Package | Description |
---|---|
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.freemarker.autotag |
Runtime part of Autotag support for Freemarker.
|
org.apache.tiles.request.freemarker.render |
Rendering of Freemarker templates.
|
org.apache.tiles.request.jsp |
Support of Tiles request in a JSP environment.
|
org.apache.tiles.request.jsp.autotag |
Runtime part of Autotag support for JavaServer pages.
|
org.apache.tiles.request.mustache |
Support of Tiles request for Mustache.
|
org.apache.tiles.request.portlet |
Support of Tiles requests to portlets.
|
org.apache.tiles.request.render |
Classes to allow rendering of a template (described by its path)
in a uniform way.
|
org.apache.tiles.request.servlet |
Tiles request support for Servlet technology.
|
org.apache.tiles.request.velocity |
Tiles request support for Velocity.
|
org.apache.tiles.request.velocity.autotag |
Runtime part of Autotag support for Velocity.
|
org.apache.tiles.request.velocity.render |
Renderering support for Velocity.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DispatchRequest
Encapsulation of request information.
|
interface |
RequestWrapper
Delegate for ease of customization.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractClientRequest
Base class for "client" requests, i.e.
|
class |
AbstractRequest
Base request.
|
class |
AbstractViewRequest
Base class for "view" requests, i.e.
|
class |
DefaultRequestWrapper
Delegate for ease of customization.
|
class |
DispatchRequestWrapper
Deprecated.
prefer RequestWrapper which is more general in purpose, unless you want to override dispatch() or include().
|
Modifier and Type | Method and Description |
---|---|
Request |
DefaultRequestWrapper.getWrappedRequest()
Returns the wrapped Tiles request.
|
Request |
RequestWrapper.getWrappedRequest()
Returns the wrapped Tiles request.
|
Constructor and Description |
---|
DefaultRequestWrapper(Request context)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
FreemarkerRequest
The FreeMarker-specific request context.
|
Modifier and Type | Method and Description |
---|---|
Request |
FreemarkerAutotagRuntime.createRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
FreemarkerRenderer.isRenderable(String path,
Request request)
Checks if this renderer can render a path.
|
void |
FreemarkerRenderer.render(String path,
Request request)
Renders a path.
|
Modifier and Type | Class and Description |
---|---|
class |
JspRequest
Context implementation used for executing tiles within a
jsp tag library.
|
Modifier and Type | Method and Description |
---|---|
Request |
JspAutotagRuntime.createRequest() |
Modifier and Type | Method and Description |
---|---|
static Request |
MustacheRenderer.getThreadLocalRequest() |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
MustacheRenderer.buildScope(Request request) |
boolean |
MustacheRenderer.isRenderable(String path,
Request request) |
void |
MustacheRenderer.render(String path,
Request request) |
Modifier and Type | Class and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
void |
PublisherRenderer.RendererListener.end(String template,
Request request)
Called after the delegate's render method is called.
|
void |
PublisherRenderer.RendererListener.handleIOException(IOException ex,
Request request)
If the delegate render method throws an IOException it is passed through this.
|
boolean |
Renderer.isRenderable(String path,
Request request)
Checks if this renderer can render a path.
|
boolean |
DispatchRenderer.isRenderable(String path,
Request request)
Checks if this renderer can render a path.
|
boolean |
PublisherRenderer.isRenderable(String path,
Request request) |
boolean |
ChainedDelegateRenderer.isRenderable(String value,
Request request)
Checks if this renderer can render a path.
|
boolean |
StringRenderer.isRenderable(String value,
Request request)
Checks if this renderer can render a path.
|
void |
Renderer.render(String path,
Request request)
Renders a path.
|
void |
DispatchRenderer.render(String path,
Request request)
Renders a path.
|
void |
PublisherRenderer.render(String path,
Request request) |
void |
ChainedDelegateRenderer.render(String value,
Request request) |
void |
StringRenderer.render(String value,
Request request)
Renders a path.
|
void |
PublisherRenderer.RendererListener.start(String template,
Request request)
Called before the delegate's render method is called.
|
Modifier and Type | Class and Description |
---|---|
class |
ServletRequest
Servlet-based implementation of the TilesApplicationContext interface.
|
Modifier and Type | Method and Description |
---|---|
static ServletRequest |
ServletUtil.getServletRequest(Request request)
Opens a TilesRequestContext until it finds a ServletTilesRequestContext.
|
Modifier and Type | Class and Description |
---|---|
class |
VelocityRequest
The implementation of the Tiles request context specific for Velocity.
|
Modifier and Type | Method and Description |
---|---|
Request |
VelocityAutotagRuntime.createRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
VelocityRenderer.isRenderable(String path,
Request request)
Checks if this renderer can render a path.
|
void |
VelocityRenderer.render(String path,
Request request)
Renders a path.
|
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.