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

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

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

Methods in org.apache.wicket.settings that return IRequestCycleSettings.RenderStrategy
 IRequestCycleSettings.RenderStrategy Settings.getRenderStrategy()
           
 IRequestCycleSettings.RenderStrategy IRequestCycleSettings.getRenderStrategy()
          Gets in what way the render part of a request is handled.
static IRequestCycleSettings.RenderStrategy IRequestCycleSettings.RenderStrategy.valueOf(java.lang.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're declared.
 

Methods in org.apache.wicket.settings with parameters of type IRequestCycleSettings.RenderStrategy
 void Settings.setRenderStrategy(IRequestCycleSettings.RenderStrategy renderStrategy)
           
 void IRequestCycleSettings.setRenderStrategy(IRequestCycleSettings.RenderStrategy renderStrategy)
          Sets in what way the render part of a request is handled.
 



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.