Uses of Class
org.apache.wicket.settings.FrameworkSettings
-
Packages that use FrameworkSettings Package Description org.apache.wicket The core Wicket package.org.apache.wicket.settings -
-
Uses of FrameworkSettings in org.apache.wicket
Methods in org.apache.wicket that return FrameworkSettings Modifier and Type Method Description FrameworkSettingsApplication. getFrameworkSettings()Methods in org.apache.wicket with parameters of type FrameworkSettings Modifier and Type Method Description ApplicationApplication. setFrameworkSettings(FrameworkSettings frameworkSettings) -
Uses of FrameworkSettings in org.apache.wicket.settings
Methods in org.apache.wicket.settings that return FrameworkSettings Modifier and Type Method Description FrameworkSettingsFrameworkSettings. add(IEventDispatcher dispatcher)Registers a new event dispatcherFrameworkSettingsFrameworkSettings. setDetachListener(IDetachListener detachListener)Sets detach listenerFrameworkSettingsFrameworkSettings. setSerializer(ISerializer serializer)Sets theISerializerthat will be used to convert objects to/from byte arrays
-