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

Packages that use DispatchRequest
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.portlet Support of Tiles requests to portlets. 
org.apache.tiles.request.servlet Tiles request support for Servlet technology. 
org.apache.tiles.request.velocity Tiles request support for Velocity. 
 

Uses of DispatchRequest in org.apache.tiles.request
 

Classes in org.apache.tiles.request that implement DispatchRequest
 class AbstractClientRequest
          Base class for "client" requests, i.e.
 class AbstractRequest
          Base request.
 class AbstractViewRequest
          Base class for "view" requests, i.e.
 class DispatchRequestWrapper
          Deprecated. prefer RequestWrapper which is more general in purpose, unless you want to override dispatch() or include().
 

Methods in org.apache.tiles.request that return DispatchRequest
 DispatchRequest DispatchRequestWrapper.getWrappedRequest()
          Deprecated. Returns the wrapped Tiles request.
 

Constructors in org.apache.tiles.request with parameters of type DispatchRequest
AbstractViewRequest(DispatchRequest request)
          Constructor.
DispatchRequestWrapper(DispatchRequest context)
          Deprecated. Constructor.
 

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

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

Constructors in org.apache.tiles.request.freemarker with parameters of type DispatchRequest
FreemarkerRequest(DispatchRequest enclosedRequest, Environment env)
          Constructor.
 

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

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

Constructors in org.apache.tiles.request.jsp with parameters of type DispatchRequest
JspRequest(DispatchRequest enclosedRequest, PageContext pageContext)
          Constructor.
 

Uses of DispatchRequest in org.apache.tiles.request.portlet
 

Classes in org.apache.tiles.request.portlet that implement DispatchRequest
 class ActionPortletRequest
          Portlet request for an ActionRequest.
 class EventPortletRequest
          Portlet request for an EventRequest.
 class PortletRequest
          Portlet-based TilesApplicationContext implementation.
 class RenderPortletRequest
          Portlet request for a RenderRequest.
 class ResourcePortletRequest
          Portlet request for a ResourceRequest.
 

Uses of DispatchRequest in org.apache.tiles.request.servlet
 

Classes in org.apache.tiles.request.servlet that implement DispatchRequest
 class ServletRequest
          Servlet-based implementation of the TilesApplicationContext interface.
 

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

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

Constructors in org.apache.tiles.request.velocity with parameters of type DispatchRequest
VelocityRequest(DispatchRequest enclosedRequest, Context ctx, Writer writer)
          Constructor.
 



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