Package org.springframework.extensions.surf.render

Interface Summary
Processor  
Renderable Implemented by object types which wish to expose a set of renderer configurations.
RenderContext Defines a render response context
RenderContextProvider  
Renderer  
 

Class Summary
AbstractProcessor  
AbstractRenderableModelObject Abstract base class for a renderable model object.
AbstractRenderContext An abstract base class which developers can use to extend and build their own implementations of render context types.
AbstractRenderContextProvider Provides a base class for use by developers who wish to build custom render context providers.
AbstractRenderer An abstract implementation of the Renderer interface that can be extended by application developers for quick implementation.
PresentationUtil This class basically delegates through to the RenderUtil functions but provides for a 'pretty' user experience.
ProcessorContext  
ProcessorContext.ProcessorDescriptor  
RenderContextRequest Provides an HTTP Servlet Request implementation for the request bundled inside of a render context.
RenderService Web Framework Render Service.
RenderUtil Static utility methods utilized during the rendering process.
TagService Service for running JSP tags
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.
 

Enum Summary
RenderContextScope Describes the scope of value operations for render context values.
RendererType Describes renderer types
RenderFocus Describes rendering focus
RenderMode Describes modes for rendering
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.