Uses of Class
org.apache.tiles.request.DispatchRequestWrapper

Packages that use DispatchRequestWrapper
org.apache.tiles.request This package defines the concept of "request" as the event causing a document to be generated from a template. 
org.apache.tiles.request.freemarker Support for Freemarker's Environment as a request. 
org.apache.tiles.request.jsp Support of Tiles request in a JSP environment. 
org.apache.tiles.request.velocity Tiles request support for Velocity. 
 

Uses of DispatchRequestWrapper in org.apache.tiles.request
 

Subclasses of DispatchRequestWrapper in org.apache.tiles.request
 class AbstractViewRequest
          Base class for "view" requests, i.e.
 

Uses of DispatchRequestWrapper in org.apache.tiles.request.freemarker
 

Subclasses of DispatchRequestWrapper in org.apache.tiles.request.freemarker
 class FreemarkerRequest
          The FreeMarker-specific request context.
 

Uses of DispatchRequestWrapper in org.apache.tiles.request.jsp
 

Subclasses of DispatchRequestWrapper in org.apache.tiles.request.jsp
 class JspRequest
          Context implementation used for executing tiles within a jsp tag library.
 

Uses of DispatchRequestWrapper in org.apache.tiles.request.velocity
 

Subclasses of DispatchRequestWrapper in org.apache.tiles.request.velocity
 class VelocityRequest
          The implementation of the Tiles request context specific for Velocity.
 



Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.