Uses of Class
org.apache.wicket.settings.IRequestCycleSettings.RenderStrategy

Packages that use IRequestCycleSettings.RenderStrategy
org.apache.wicket.settings   
org.apache.wicket.settings.def   
 

Uses of IRequestCycleSettings.RenderStrategy in org.apache.wicket.settings
 

Methods in org.apache.wicket.settings that return IRequestCycleSettings.RenderStrategy
 IRequestCycleSettings.RenderStrategy IRequestCycleSettings.getRenderStrategy()
          Gets in what way the render part of a request is handled.
static IRequestCycleSettings.RenderStrategy IRequestCycleSettings.RenderStrategy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IRequestCycleSettings.RenderStrategy[] IRequestCycleSettings.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 IRequestCycleSettings.RenderStrategy
 void IRequestCycleSettings.setRenderStrategy(IRequestCycleSettings.RenderStrategy renderStrategy)
          Sets in what way the render part of a request is handled.
 

Uses of IRequestCycleSettings.RenderStrategy in org.apache.wicket.settings.def
 

Methods in org.apache.wicket.settings.def that return IRequestCycleSettings.RenderStrategy
 IRequestCycleSettings.RenderStrategy RequestCycleSettings.getRenderStrategy()
           
 

Methods in org.apache.wicket.settings.def with parameters of type IRequestCycleSettings.RenderStrategy
 void RequestCycleSettings.setRenderStrategy(IRequestCycleSettings.RenderStrategy renderStrategy)
           
 



Copyright © 2006–2015 Apache Software Foundation. All rights reserved.