Uses of Class
org.apache.wicket.settings.PageSettings
-
Packages that use PageSettings Package Description org.apache.wicket The core Wicket package.org.apache.wicket.settings -
-
Uses of PageSettings in org.apache.wicket
Methods in org.apache.wicket that return PageSettings Modifier and Type Method Description PageSettingsApplication. getPageSettings()Methods in org.apache.wicket with parameters of type PageSettings Modifier and Type Method Description ApplicationApplication. setPageSettings(PageSettings pageSettings) -
Uses of PageSettings in org.apache.wicket.settings
Methods in org.apache.wicket.settings that return PageSettings Modifier and Type Method Description PageSettingsPageSettings. addComponentResolver(IComponentResolver resolver)Adds a component resolver to the list.PageSettingsPageSettings. setCallListenerAfterExpiry(boolean callAfterExpiry)Sets a setting that determines whether Wicket should execute theIRequestListeneron a component which owner page is freshly created after expiration of the old onePageSettingsPageSettings. setRecreateBookmarkablePagesAfterExpiry(boolean recreateBookmarkablePagesAfterExpiry)Sets the recreateBookmarkablePagesAfterExpiry settingPageSettingsPageSettings. setVersionPagesByDefault(boolean pagesVersionedByDefault)A global setting that tells the pages to update their page id if their component hierarchy changes somehow.
-