Uses of Class
org.apache.wicket.settings.RequestCycleSettings.RenderStrategy
-
Packages that use RequestCycleSettings.RenderStrategy Package Description org.apache.wicket.settings -
-
Uses of RequestCycleSettings.RenderStrategy in org.apache.wicket.settings
Methods in org.apache.wicket.settings that return RequestCycleSettings.RenderStrategy Modifier and Type Method Description RequestCycleSettings.RenderStrategyRequestCycleSettings. getRenderStrategy()Gets in what way the render part of a request is handled.static RequestCycleSettings.RenderStrategyRequestCycleSettings.RenderStrategy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RequestCycleSettings.RenderStrategy[]RequestCycleSettings.RenderStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.wicket.settings with parameters of type RequestCycleSettings.RenderStrategy Modifier and Type Method Description RequestCycleSettingsRequestCycleSettings. setRenderStrategy(RequestCycleSettings.RenderStrategy renderStrategy)Sets in what way the render part of a request is handled.
-