Uses of Class
org.springframework.extensions.surf.render.RenderContextScope

Packages that use RenderContextScope
org.springframework.extensions.surf.render   
 

Uses of RenderContextScope in org.springframework.extensions.surf.render
 

Methods in org.springframework.extensions.surf.render that return RenderContextScope
static RenderContextScope RenderContextScope.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RenderContextScope[] RenderContextScope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.springframework.extensions.surf.render with parameters of type RenderContextScope
 Serializable WrappedRenderContext.getValue(String key, RenderContextScope scope)
           
 Serializable RenderContext.getValue(String key, RenderContextScope scope)
           
 Serializable AbstractRenderContext.getValue(String key, RenderContextScope scope)
           
 boolean WrappedRenderContext.hasValue(String key, RenderContextScope scope)
           
 boolean RenderContext.hasValue(String key, RenderContextScope scope)
           
 boolean AbstractRenderContext.hasValue(String key, RenderContextScope scope)
           
 void WrappedRenderContext.removeValue(String key, RenderContextScope scope)
           
 void RenderContext.removeValue(String key, RenderContextScope scope)
           
 void AbstractRenderContext.removeValue(String key, RenderContextScope scope)
           
 void WrappedRenderContext.setValue(String key, Serializable value, RenderContextScope scope)
           
 void RenderContext.setValue(String key, Serializable value, RenderContextScope scope)
           
 void AbstractRenderContext.setValue(String key, Serializable value, RenderContextScope scope)
           
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.