Uses of Class
org.apache.wicket.settings.PageSettings
-
Uses of PageSettings in org.apache.wicket
Modifier and TypeMethodDescriptionfinal Application
Application.setPageSettings
(PageSettings pageSettings) -
Uses of PageSettings in org.apache.wicket.settings
Modifier and TypeMethodDescriptionPageSettings.addComponentResolver
(IComponentResolver resolver) Adds a component resolver to the list.PageSettings.setCallListenerAfterExpiry
(boolean callAfterExpiry) Sets a setting that determines whether Wicket should execute theIRequestListener
on a component which owner page is freshly created after expiration of the old onePageSettings.setRecreateBookmarkablePagesAfterExpiry
(boolean recreateBookmarkablePagesAfterExpiry) Sets the recreateBookmarkablePagesAfterExpiry settingPageSettings.setVersionPagesByDefault
(boolean pagesVersionedByDefault) A global setting that tells the pages to update their page id if their component hierarchy changes somehow.