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.render |
Rendering of Freemarker templates.
|
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.portlet.wildcard |
Classes and interfaces that allow to access the various contexts from a portlet
application.
|
org.apache.tiles.request.servlet |
Tiles request support for Servlet technology.
|
org.apache.tiles.request.servlet.wildcard |
Classes and interfaces that allow to access the various contexts from a servlet
application.
|
org.apache.tiles.request.velocity |
Tiles request support for Velocity.
|
org.apache.tiles.request.velocity.render |
Renderering support for Velocity.
|
Modifier and Type | Class and Description |
---|---|
class |
ApplicationContextWrapper
Delegate for ease of customization.
|
Modifier and Type | Method and Description |
---|---|
ApplicationContext |
AbstractClientRequest.getApplicationContext() |
ApplicationContext |
Request.getApplicationContext()
Returns the associated application context.
|
ApplicationContext |
DefaultRequestWrapper.getApplicationContext()
Returns the associated application context.
|
ApplicationContext |
DispatchRequestWrapper.getApplicationContext()
Deprecated.
Returns the associated application context.
|
ApplicationContext |
ApplicationContextWrapper.getWrappedApplicationContext()
Returns the wrapped application context.
|
Modifier and Type | Method and Description |
---|---|
static void |
ApplicationAccess.register(ApplicationContext applicationContext)
Registers an application context.
|
void |
ApplicationContextAware.setApplicationContext(ApplicationContext applicationContext)
Sets the Tiles application context.
|
Constructor and Description |
---|
AbstractClientRequest(ApplicationContext applicationContext)
Constructor.
|
ApplicationContextWrapper(ApplicationContext context)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static ApplicationContext |
FreemarkerRequestUtil.getApplicationContext(freemarker.core.Environment env)
Returns the application context.
|
Modifier and Type | Method and Description |
---|---|
static FreemarkerRequest |
FreemarkerRequest.createServletFreemarkerRequest(ApplicationContext applicationContext,
freemarker.core.Environment env)
Creates a new Freemarker request.
|
Modifier and Type | Method and Description |
---|---|
FreemarkerRendererBuilder |
FreemarkerRendererBuilder.setApplicationContext(ApplicationContext applicationContext)
Sets the application context.
|
Constructor and Description |
---|
InitParamsServletConfig(Map<String,String> params,
ApplicationContext applicationContext)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static ApplicationContext |
JspUtil.getApplicationContext(JspContext jspContext)
Returns the application context.
|
Modifier and Type | Method and Description |
---|---|
static JspRequest |
JspRequest.createServletJspRequest(ApplicationContext applicationContext,
PageContext pageContext)
Creates a JSP request.
|
Modifier and Type | Class and Description |
---|---|
class |
PortletApplicationContext
Portlet-based TilesApplicationContext implementation.
|
Constructor and Description |
---|
ActionPortletRequest(ApplicationContext applicationContext,
javax.portlet.PortletContext context,
javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
Constructor.
|
EventPortletRequest(ApplicationContext applicationContext,
javax.portlet.PortletContext context,
javax.portlet.EventRequest request,
javax.portlet.EventResponse response)
Constructor.
|
PortletRequest(ApplicationContext applicationContext,
javax.portlet.PortletContext context,
javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response,
RequestDelegate requestDelegate,
ResponseDelegate responseDelegate)
Creates a new instance of PortletTilesRequestContext.
|
RenderPortletRequest(ApplicationContext applicationContext,
javax.portlet.PortletContext context,
javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
Constructor.
|
ResourcePortletRequest(ApplicationContext applicationContext,
javax.portlet.PortletContext context,
javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
WildcardPortletApplicationContext
Portlet-based implementation of the TilesApplicationContext interface that
can resolve resources even using wildcards.
|
Modifier and Type | Class and Description |
---|---|
class |
ServletApplicationContext
Servlet-based implementation of the TilesApplicationContext interface.
|
Modifier and Type | Method and Description |
---|---|
static ApplicationContext |
ServletUtil.getApplicationContext(ServletContext servletContext)
Returns the application context getting it from the servlet context.
|
Modifier and Type | Method and Description |
---|---|
static ServletContext |
ServletUtil.getServletContext(ApplicationContext applicationContext)
Gets a servlet context from a TilesApplicationContext.
|
Constructor and Description |
---|
ServletRequest(ApplicationContext applicationContext,
HttpServletRequest request,
HttpServletResponse response)
Creates a new instance of ServletTilesRequestContext.
|
Modifier and Type | Class and Description |
---|---|
class |
WildcardServletApplicationContext
Servlet-based implementation of the TilesApplicationContext interface that
can resolve resources even using wildcards.
|
Modifier and Type | Method and Description |
---|---|
static VelocityRequest |
VelocityRequest.createVelocityRequest(ApplicationContext applicationContext,
HttpServletRequest request,
HttpServletResponse response,
org.apache.velocity.context.Context velocityContext,
Writer writer)
Factory method to create a Velocity request.
|
Modifier and Type | Method and Description |
---|---|
VelocityRendererBuilder |
VelocityRendererBuilder.setApplicationContext(ApplicationContext applicationContext)
Sets the application context.
|
Constructor and Description |
---|
ApplicationContextJeeConfig(ApplicationContext applicationContext,
Map<String,String> params)
Constructor.
|
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.