Uses of Interface
org.apache.tiles.request.RequestWrapper
Packages that use RequestWrapper
Package
Description
Support for Freemarker's Environment as a request.
Support of Tiles request in a JSP environment.
Tiles request support for Velocity.
- 
Uses of RequestWrapper in org.apache.tiles.requestClasses in org.apache.tiles.request that implement RequestWrapperModifier and TypeClassDescriptionclassBase class for "view" requests, i.e.classDelegate for ease of customization.
- 
Uses of RequestWrapper in org.apache.tiles.request.freemarkerClasses in org.apache.tiles.request.freemarker that implement RequestWrapperModifier and TypeClassDescriptionclassThe FreeMarker-specific request context.
- 
Uses of RequestWrapper in org.apache.tiles.request.jspClasses in org.apache.tiles.request.jsp that implement RequestWrapperModifier and TypeClassDescriptionclassContext implementation used for executing tiles within a jsp tag library.
- 
Uses of RequestWrapper in org.apache.tiles.request.velocityClasses in org.apache.tiles.request.velocity that implement RequestWrapperModifier and TypeClassDescriptionclassThe implementation of the Tiles request context specific for Velocity.