See: Description
Interface | Description |
---|---|
ApplicationContext |
Defines a set of methods which tiles use to communicate to
the tiles container and runtime environment.
|
ApplicationContextAware |
It represents an object that can have a reference to the
ApplicationContext . |
ApplicationResource |
A (localized) resource accessible through the ApplicationContext.
|
DispatchRequest |
Encapsulation of request information.
|
Request |
Encapsulation of request information.
|
RequestWrapper |
Delegate for ease of customization.
|
Class | Description |
---|---|
AbstractClientRequest |
Base class for "client" requests, i.e.
|
AbstractRequest |
Base request.
|
AbstractViewRequest |
Base class for "view" requests, i.e.
|
ApplicationAccess |
Entry point to get information about the application.
|
ApplicationContextWrapper |
Delegate for ease of customization.
|
DefaultRequestWrapper |
Delegate for ease of customization.
|
DispatchRequestWrapper | Deprecated
prefer RequestWrapper which is more general in purpose, unless you want to override dispatch() or include().
|
Exception | Description |
---|---|
NotAvailableFeatureException |
Exception that indicates that a feature could not be used since it is not
available.
|
RequestException |
Thrown when something related to a request fails.
|
Request
is the main abstraction,
encapsulating the parameters of the template (as attributes and scopes)
and the target document (as java.io.OutputStream).
DispatchRequest
holds some features common
to servlets and portlets that are unlikely to be found outside of a JavaEE
web environment.
org.apache.tiles.ApplicationContext
can be used to access
application-wide configuration and resources (typically the files containing
the templates).
Renderer
is the interface supported
by the engine in charge of rendering the template.
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.