Uses of Interface
org.apache.tiles.request.DispatchRequest
Packages that use DispatchRequest
Package
Description
Support for Freemarker's Environment as a request.
Support of Tiles request in a JSP environment.
Tiles request support for Servlet technology.
Tiles request support for Velocity.
-
Uses of DispatchRequest in org.apache.tiles.request
Classes in org.apache.tiles.request that implement DispatchRequestModifier and TypeClassDescriptionclass
Base class for "client" requests, i.e.class
Base request.class
Base class for "view" requests, i.e.class
Delegate for ease of customization.Methods in org.apache.tiles.request that return DispatchRequestModifier and TypeMethodDescriptionDispatchRequestWrapper.getWrappedRequest()
Returns the wrapped Tiles request.Constructors in org.apache.tiles.request with parameters of type DispatchRequestModifierConstructorDescriptionAbstractViewRequest
(DispatchRequest request) Constructor.DispatchRequestWrapper
(DispatchRequest context) Constructor. -
Uses of DispatchRequest in org.apache.tiles.request.freemarker
Classes in org.apache.tiles.request.freemarker that implement DispatchRequestModifier and TypeClassDescriptionclass
The FreeMarker-specific request context.Constructors in org.apache.tiles.request.freemarker with parameters of type DispatchRequestModifierConstructorDescriptionFreemarkerRequest
(DispatchRequest enclosedRequest, freemarker.core.Environment env) Constructor. -
Uses of DispatchRequest in org.apache.tiles.request.jsp
Classes in org.apache.tiles.request.jsp that implement DispatchRequestModifier and TypeClassDescriptionclass
Context implementation used for executing tiles within a jsp tag library.Constructors in org.apache.tiles.request.jsp with parameters of type DispatchRequestModifierConstructorDescriptionJspRequest
(DispatchRequest enclosedRequest, jakarta.servlet.jsp.PageContext pageContext) Constructor. -
Uses of DispatchRequest in org.apache.tiles.request.servlet
Classes in org.apache.tiles.request.servlet that implement DispatchRequestModifier and TypeClassDescriptionclass
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 DispatchRequestModifier and TypeClassDescriptionclass
The implementation of the Tiles request context specific for Velocity.Constructors in org.apache.tiles.request.velocity with parameters of type DispatchRequestModifierConstructorDescriptionVelocityRequest
(DispatchRequest enclosedRequest, org.apache.velocity.context.Context ctx, Writer writer) Constructor.