Uses of Class
org.springframework.extensions.surf.WrappedRequestContext

Packages that use WrappedRequestContext
org.springframework.extensions.surf.render   
org.springframework.extensions.surf.render.bean   
 

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

Subclasses of WrappedRequestContext in org.springframework.extensions.surf.render
 class AbstractRenderContext
          An abstract base class which developers can use to extend and build their own implementations of render context types.
 class WrappedRenderContext
          A render context instance is available to all rendering engines and provides a convenient grab bag of things that are useful to component or template developer.
 

Uses of WrappedRequestContext in org.springframework.extensions.surf.render.bean
 

Subclasses of WrappedRequestContext in org.springframework.extensions.surf.render.bean
 class DefaultRenderContext
          A render context instance is available to all rendering engines and provides a convenient grab bag of things that are useful to component or template developer.
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.