Uses of Interface
org.apache.tiles.request.RequestWrapper

Packages that use RequestWrapper
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 RequestWrapper in org.apache.tiles.request
 

Classes in org.apache.tiles.request that implement RequestWrapper
 class AbstractViewRequest
          Base class for "view" requests, i.e.
 class DefaultRequestWrapper
          Delegate for ease of customization.
 class DispatchRequestWrapper
          Delegate for ease of customization.
 

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

Classes in org.apache.tiles.request.freemarker that implement RequestWrapper
 class FreemarkerRequest
          The FreeMarker-specific request context.
 

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

Classes in org.apache.tiles.request.jsp that implement RequestWrapper
 class JspRequest
          Context implementation used for executing tiles within a jsp tag library.
 

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

Classes in org.apache.tiles.request.velocity that implement RequestWrapper
 class VelocityRequest
          The implementation of the Tiles request context specific for Velocity.
 



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