C D G I N O P R S

C

context - Variable in class org.apache.tiles.portlet.context.PortletTilesApplicationContext
The PortletContext for this web application.
createApplicationContext(Object) - Method in class org.apache.tiles.portlet.context.PortletTilesApplicationContextFactory
Deprecated. 
createApplicationContext(Object) - Method in class org.apache.tiles.portlet.context.PortletTilesContextFactory
Deprecated. 
createRequestContext(Object, Object) - Method in class org.apache.tiles.portlet.context.PortletTilesApplicationContext
Deprecated. Use TilesRequestContextFactory.createRequestContext(TilesApplicationContext, Object...) .
createRequestContext(TilesApplicationContext, Object...) - Method in class org.apache.tiles.portlet.context.PortletTilesContextFactory
Deprecated. 
createRequestContext(TilesApplicationContext, Object...) - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContextFactory

D

dispatch(String) - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext

G

getApplicationContext() - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext
getApplicationScope() - Method in class org.apache.tiles.portlet.context.PortletTilesApplicationContext
getComposeStack(PortletRequest) - Static method in class org.apache.tiles.portlet.context.PortletUtil
Returns the compose stack, that is used by the tags to compose definitions, attributes, etc.
getContainer(PortletContext) - Static method in class org.apache.tiles.portlet.context.PortletUtil
Returns the default Tiles container.
getContainer(PortletContext, String) - Static method in class org.apache.tiles.portlet.context.PortletUtil
Returns a specific Tiles container.
getContext() - Method in class org.apache.tiles.portlet.context.PortletTilesApplicationContext
getCurrentContainer(PortletRequest, PortletContext) - Static method in class org.apache.tiles.portlet.context.PortletUtil
Returns the current container that has been set, or the default one.
getHeader() - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext
getHeaderValues() - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext
getInitParams() - Method in class org.apache.tiles.portlet.context.PortletTilesApplicationContext
getOutputStream() - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext
getParam() - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext
getParamValues() - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext
getPortletContext() - Method in class org.apache.tiles.portlet.context.PortletTilesApplicationContext
Return the PortletContext for this context.
getPortletContext(TilesApplicationContext) - Method in class org.apache.tiles.portlet.context.PortletTilesContextFactory
Deprecated. Use getPortletContext(TilesApplicationContext) .
getPortletContext(TilesApplicationContext) - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContextFactory
Returns the original portlet context.
getPrintWriter() - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext
getRequest() - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext
Return the PortletRequest for this context.
getRequestLocale() - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext
getRequestObjects() - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext
getRequestScope() - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext
getResource(String) - Method in class org.apache.tiles.portlet.context.PortletTilesApplicationContext
getResources(String) - Method in class org.apache.tiles.portlet.context.PortletTilesApplicationContext
getResponse() - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext
Return the PortletResponse for this context.
getSessionScope() - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext
getWriter() - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext

I

include(String) - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext
init(Map<String, String>) - Method in class org.apache.tiles.portlet.context.PortletTilesApplicationContextFactory
Deprecated. 
init(Map<String, String>) - Method in class org.apache.tiles.portlet.context.PortletTilesContextFactory
Deprecated. 
init(Map<String, String>) - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContextFactory
initialize(PortletContext) - Method in class org.apache.tiles.portlet.context.PortletTilesApplicationContext
Initialize (or reinitialize) this PortletTilesApplicationContext instance for the specified Portlet API objects.
initialize(PortletRequest, PortletResponse) - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext
Initialize (or reinitialize) this PortletTilesRequestContext instance for the specified Portlet API objects.
isForceInclude(PortletRequest) - Static method in class org.apache.tiles.portlet.context.PortletUtil
Returns true if forced include of the result is needed.
isResponseCommitted() - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext
isUserInRole(String) - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext

N

NotAPortletEnvironmentException - Exception in org.apache.tiles.portlet.context
Exception that indicates that a resource could not be used because it is not in a portlet environment.
NotAPortletEnvironmentException() - Constructor for exception org.apache.tiles.portlet.context.NotAPortletEnvironmentException
Constructor.
NotAPortletEnvironmentException(String) - Constructor for exception org.apache.tiles.portlet.context.NotAPortletEnvironmentException
Constructor.
NotAPortletEnvironmentException(Throwable) - Constructor for exception org.apache.tiles.portlet.context.NotAPortletEnvironmentException
Constructor.
NotAPortletEnvironmentException(String, Throwable) - Constructor for exception org.apache.tiles.portlet.context.NotAPortletEnvironmentException
Constructor.

O

org.apache.tiles.portlet.context - package org.apache.tiles.portlet.context
Classes and interfaces that allow to access the various contexts from a portlet application.

P

param - Variable in class org.apache.tiles.portlet.context.PortletTilesRequestContext
The lazily instantiated Map of request parameter name-value.
paramValues - Variable in class org.apache.tiles.portlet.context.PortletTilesRequestContext
The lazily instantiated Map of request parameter name-values.
PortletTilesApplicationContext - Class in org.apache.tiles.portlet.context
Portlet-based TilesApplicationContext implementation.
PortletTilesApplicationContext(PortletContext) - Constructor for class org.apache.tiles.portlet.context.PortletTilesApplicationContext
Creates a new instance of PortletTilesApplicationContext.
PortletTilesApplicationContextFactory - Class in org.apache.tiles.portlet.context
Deprecated. Create an instance of PortletTilesApplicationContext yourself, by implementing TilesInitializer or extending AbstractTilesInitializer and overriding createTilesApplicationContext method.
PortletTilesApplicationContextFactory() - Constructor for class org.apache.tiles.portlet.context.PortletTilesApplicationContextFactory
Deprecated.  
PortletTilesContextFactory - Class in org.apache.tiles.portlet.context
Deprecated. Use PortletTilesApplicationContextFactory or PortletTilesRequestContextFactory.
PortletTilesContextFactory() - Constructor for class org.apache.tiles.portlet.context.PortletTilesContextFactory
Deprecated.  
PortletTilesRequestContext - Class in org.apache.tiles.portlet.context
Portlet-based TilesApplicationContext implementation.
PortletTilesRequestContext(TilesApplicationContext, PortletContext, PortletRequest, PortletResponse) - Constructor for class org.apache.tiles.portlet.context.PortletTilesRequestContext
Creates a new instance of PortletTilesRequestContext.
PortletTilesRequestContext(PortletContext, PortletRequest, PortletResponse) - Constructor for class org.apache.tiles.portlet.context.PortletTilesRequestContext
Deprecated. Use PortletTilesRequestContext.PortletTilesRequestContext(TilesApplicationContext, PortletContext, PortletRequest, PortletResponse) .
PortletTilesRequestContextFactory - Class in org.apache.tiles.portlet.context
Creates an instance of the appropriate TilesRequestContext implementation under a portlet environment.
PortletTilesRequestContextFactory() - Constructor for class org.apache.tiles.portlet.context.PortletTilesRequestContextFactory
Constructor.
PortletUtil - Class in org.apache.tiles.portlet.context
Utilities for Tiles portlet support.

R

release() - Method in class org.apache.tiles.portlet.context.PortletTilesApplicationContext
Release references to allocated resources acquired in initialize() of via subsequent processing.
release() - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext
Release references to allocated resources acquired in initialize() of via subsequent processing.
request - Variable in class org.apache.tiles.portlet.context.PortletTilesRequestContext
The PortletRequest for this request.
response - Variable in class org.apache.tiles.portlet.context.PortletTilesRequestContext
The PortletResponse for this request.

S

setContainer(PortletContext, TilesContainer) - Static method in class org.apache.tiles.portlet.context.PortletUtil
Configures the default container to be used in the application.
setContainer(PortletContext, TilesContainer, String) - Static method in class org.apache.tiles.portlet.context.PortletUtil
Configures the container to be used in the application.
setContentType(String) - Method in class org.apache.tiles.portlet.context.PortletTilesRequestContext
setCurrentContainer(PortletRequest, PortletContext, String) - Static method in class org.apache.tiles.portlet.context.PortletUtil
Sets the current container to use in web pages.
setCurrentContainer(PortletRequest, PortletContext, TilesContainer) - Static method in class org.apache.tiles.portlet.context.PortletUtil
Sets the current container to use in web pages.
setForceInclude(PortletRequest, boolean) - Static method in class org.apache.tiles.portlet.context.PortletUtil
Sets the option that enables the forced include of the response.

C D G I N O P R S

Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.