The Tiles taglib and framework allows building web pages by assembling reusable
pieces of pages, called Tiles.
org.apache.tiles.beans - package org.apache.tiles.beans org.apache.tiles.context - package org.apache.tiles.context org.apache.tiles.context.enhanced - package org.apache.tiles.context.enhanced org.apache.tiles.context.portlet - package org.apache.tiles.context.portlet org.apache.tiles.context.servlet - package org.apache.tiles.context.servlet org.apache.tiles.definition - package org.apache.tiles.definition org.apache.tiles.definition.digester - package org.apache.tiles.definition.digester org.apache.tiles.definition.util - package org.apache.tiles.definition.util org.apache.tiles.factory - package org.apache.tiles.factory org.apache.tiles.filter - package org.apache.tiles.filter org.apache.tiles.impl - package org.apache.tiles.impl org.apache.tiles.impl.mgmt - package org.apache.tiles.impl.mgmt org.apache.tiles.listener - package org.apache.tiles.listener org.apache.tiles.locale - package org.apache.tiles.locale org.apache.tiles.locale.impl - package org.apache.tiles.locale.impl org.apache.tiles.preparer - package org.apache.tiles.preparer org.apache.tiles.servlet - package org.apache.tiles.servlet org.apache.tiles.util - package org.apache.tiles.utilStatic utility classes used throughout the implementation.overload(Definition, Definition) -
Method in class org.apache.tiles.definition.DefinitionsImpl
Overloads a child definition with a given parent.
overload(Definition, Definition) -
Method in class org.apache.tiles.impl.mgmt.DefinitionManager
Overloads a child definition with a given parent.
P
- param -
Variable in class org.apache.tiles.context.portlet.PortletTilesRequestContext
- The lazily instantiated
Map of request
parameter name-value.
- paramValues -
Variable in class org.apache.tiles.context.portlet.PortletTilesRequestContext
- The lazily instantiated
Map of request
parameter name-values.
- PARSER_VALIDATE_PARAMETER_NAME -
Static variable in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
- Digester validation parameter name.
- popContext(TilesRequestContext) -
Static method in class org.apache.tiles.context.BasicAttributeContext
- Pops a context object out of the stack
- PortletTilesApplicationContext - Class in org.apache.tiles.context.portlet
- Portlet-based TilesApplicationContext implementation.
- PortletTilesApplicationContext(PortletContext) -
Constructor for class org.apache.tiles.context.portlet.PortletTilesApplicationContext
- Creates a new instance of PortletTilesApplicationContext
- PortletTilesContextFactory - Class in org.apache.tiles.context.portlet
- Creates an instance of the appropriate TilesApplicationContext implementation.
- PortletTilesContextFactory() -
Constructor for class org.apache.tiles.context.portlet.PortletTilesContextFactory
-
- PortletTilesRequestContext - Class in org.apache.tiles.context.portlet
- Portlet-based TilesApplicationContext implementation.
- PortletTilesRequestContext(PortletContext, PortletRequest, PortletResponse) -
Constructor for class org.apache.tiles.context.portlet.PortletTilesRequestContext
- Creates a new instance of PortletTilesRequestContext
- prepare(String, Object...) -
Method in class org.apache.tiles.impl.BasicTilesContainer
-
- PREPARER_FACTORY_INIT_PARAM -
Static variable in class org.apache.tiles.factory.TilesContainerFactory
- Initialization parameter that represents the preparer factory class name.
- PreparerException - Exception in org.apache.tiles.preparer
-
Thrown when an exception occurs while processing
a prepare request.
- PreparerException(String) -
Constructor for exception org.apache.tiles.preparer.PreparerException
- Constructor.
- PreparerException(String, Exception) -
Constructor for exception org.apache.tiles.preparer.PreparerException
- Constructor.
- PreparerFactory - Interface in org.apache.tiles.preparer
-
Factory interface used to create/retrieve instances of
the
ViewPreparer interface. - preparers -
Variable in class org.apache.tiles.preparer.BasicPreparerFactory
- Maps a preparer name to the instantiated preparer.
- pushContext(AttributeContext, TilesRequestContext) -
Static method in class org.apache.tiles.context.BasicAttributeContext
- Pushes a context object in the stack.
- put(String, Object) -
Method in class org.apache.tiles.definition.Definition
- Put an attribute in template definition.
- put(String, Object, String) -
Method in class org.apache.tiles.definition.Definition
- Put an attribute in template definition.
- put(String, Object, String, String) -
Method in class org.apache.tiles.definition.Definition
- Put an attribute in template definition.
- putAttribute(String, Attribute) -
Method in class org.apache.tiles.context.BasicAttributeContext
- Put a new attribute to context.
R
- read(Object) -
Method in interface org.apache.tiles.definition.DefinitionsReader
- Reads
Definition objects from a source.
- read(Object) -
Method in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
- Reads
Definition objects from a source.
- readDefinitions() -
Method in interface org.apache.tiles.definition.DefinitionsFactory
- Creates and returns a
Definitions set by reading
configuration data from the applied sources.
- readDefinitions() -
Method in class org.apache.tiles.definition.UrlDefinitionsFactory
- Creates and returns a
Definitions set by reading
configuration data from the applied sources.
- reader -
Variable in class org.apache.tiles.definition.UrlDefinitionsFactory
- Reader used to get definitions from the sources.
- READER_IMPL_PROPERTY -
Static variable in interface org.apache.tiles.definition.DefinitionsFactory
- Property name that specifies the implementation of the DefinitionsReader.
- refresh() -
Method in interface org.apache.tiles.definition.ReloadableDefinitionsFactory
- Refreshes the stored definitions, reloading them.
- refresh() -
Method in class org.apache.tiles.definition.UrlDefinitionsFactory
- Refreshes the stored definitions, reloading them.
- refreshRequired() -
Method in interface org.apache.tiles.definition.ReloadableDefinitionsFactory
- Indicates whether the DefinitionsFactory is out of date and needs to be
reloaded.
- refreshRequired() -
Method in class org.apache.tiles.definition.UrlDefinitionsFactory
- Indicates whether the DefinitionsFactory is out of date and needs to be
reloaded.
- register(TileDefinition, Object...) -
Method in class org.apache.tiles.impl.mgmt.CachingKeyedDefinitionsFactoryTilesContainer
-
- register(TileDefinition, TilesRequestContext) -
Method in class org.apache.tiles.impl.mgmt.CachingKeyedDefinitionsFactoryTilesContainer
- Registers a custom definition.
- register(TileDefinition, Object...) -
Method in class org.apache.tiles.impl.mgmt.CachingTilesContainer
-
- register(TileDefinition, TilesRequestContext) -
Method in class org.apache.tiles.impl.mgmt.CachingTilesContainer
- Registers a custom definition.
- registrations -
Variable in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
- The set of public identifiers, and corresponding resource names for
the versions of the configuration file DTDs we know about.
- release() -
Method in class org.apache.tiles.context.portlet.PortletTilesApplicationContext
- Release references to allocated resources acquired in
initialize() of via subsequent processing.
- release() -
Method in class org.apache.tiles.context.portlet.PortletTilesRequestContext
- Release references to allocated resources acquired in
initialize() of via subsequent processing.
- release() -
Method in class org.apache.tiles.context.servlet.ServletTilesApplicationContext
- Release references to allocated resources acquired in
initialize() of via subsequent processing.
- release() -
Method in class org.apache.tiles.context.servlet.ServletTilesRequestContext
- Release references to allocated resources acquired in
initialize() of via subsequent processing.
- ReloadableDefinitionsFactory - Interface in org.apache.tiles.definition
- Indicates support for reloading Tiles configuration when it changes.
- reloadDefinitionsFactory(Object) -
Static method in class org.apache.tiles.definition.util.DefinitionsFactoryUtil
- Reloads the definitions factory content, if necessary.
- removeAttribute(String) -
Method in class org.apache.tiles.servlet.ServletContextAdapter
-
- render(String, Object...) -
Method in class org.apache.tiles.impl.BasicTilesContainer
-
- render(Attribute, Writer, Object...) -
Method in class org.apache.tiles.impl.BasicTilesContainer
-
- request -
Variable in class org.apache.tiles.context.portlet.PortletTilesRequestContext
- The
PortletRequest for this request.
- reset() -
Method in interface org.apache.tiles.definition.Definitions
- Clears definitions.
- reset() -
Method in class org.apache.tiles.definition.DefinitionsImpl
- Clears definitions.
- resolveAttributeDependencies(Locale) -
Method in class org.apache.tiles.definition.DefinitionsImpl
- Resolves attribute dependencies for the given locale.
- resolveFactoryName(Map<String, String>, String) -
Static method in class org.apache.tiles.factory.TilesContainerFactory
- Resolves a factory class name.
- resolveInheritance(Definition, Locale) -
Method in class org.apache.tiles.definition.DefinitionsImpl
- Resolve locale-specific inheritance.
- resolveInheritance(Definition, TilesRequestContext) -
Method in class org.apache.tiles.impl.mgmt.DefinitionManager
- Resolve inheritance.
- resolveInheritances() -
Method in interface org.apache.tiles.definition.Definitions
- Resolves configuration inheritance properties.
- resolveInheritances(Locale) -
Method in interface org.apache.tiles.definition.Definitions
- Resolves locale-specific configuration inheritance properties.
- resolveInheritances() -
Method in class org.apache.tiles.definition.DefinitionsImpl
- Resolve extended instances.
- resolveInheritances(Locale) -
Method in class org.apache.tiles.definition.DefinitionsImpl
- Resolve locale-specific extended instances.
- resolveLocale(TilesRequestContext) -
Method in class org.apache.tiles.locale.impl.DefaultLocaleResolver
- Resolves the locale.
- resolveLocale(TilesRequestContext) -
Method in interface org.apache.tiles.locale.LocaleResolver
- Resolves the locale.
- response -
Variable in class org.apache.tiles.context.portlet.PortletTilesRequestContext
- The
PortletResponse for this request.
S
- searchResources(ClassLoader, String) -
Method in class org.apache.tiles.context.enhanced.EnhancedTilesApplicationContext
- Searches for resources in the classpath, given a path, using a class
loader.
- ServletContextAdapter - Class in org.apache.tiles.servlet
- Adapts a servlet config and a servlet context to become a unique servlet
context.
- ServletContextAdapter(ServletConfig) -
Constructor for class org.apache.tiles.servlet.ServletContextAdapter
- Constructor.
- ServletTilesApplicationContext - Class in org.apache.tiles.context.servlet
- Servlet-based implementation of the TilesApplicationContext interface.
- ServletTilesApplicationContext(ServletContext) -
Constructor for class org.apache.tiles.context.servlet.ServletTilesApplicationContext
- Creates a new instance of ServletTilesApplicationContext
- ServletTilesContextFactory - Class in org.apache.tiles.context.servlet
- Creates an instance of the appropriate TilesApplicationContext implementation.
- ServletTilesContextFactory() -
Constructor for class org.apache.tiles.context.servlet.ServletTilesContextFactory
-
- ServletTilesRequestContext - Class in org.apache.tiles.context.servlet
- Servlet-bsed implementation of the TilesApplicationContext interface.
- ServletTilesRequestContext(ServletContext, HttpServletRequest, HttpServletResponse) -
Constructor for class org.apache.tiles.context.servlet.ServletTilesRequestContext
- Creates a new instance of ServletTilesRequestContext
- setApplicationContext(TilesApplicationContext) -
Method in class org.apache.tiles.impl.BasicTilesContainer
- Sets the Tiles application context to use.
- setAttribute(String, Object) -
Method in class org.apache.tiles.servlet.ServletContextAdapter
-
- setContextFactory(TilesContextFactory) -
Method in class org.apache.tiles.impl.BasicTilesContainer
- Sets the context factory.
- setDefaultConfiguration(Map<String, String>) -
Method in class org.apache.tiles.factory.TilesContainerFactory
- Sets the default configuration parameters.
- setDefaultValue(String, String) -
Method in class org.apache.tiles.factory.TilesContainerFactory
- Sets one default configuration parameter value.
- setDefinitionsFactory(DefinitionsFactory) -
Method in class org.apache.tiles.impl.BasicTilesContainer
- Set the definitions factory.
- setDefinitionsFactory(String, DefinitionsFactory, Map<String, String>) -
Method in class org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer
- Set the definitions factory.
- setDefinitionsFactory(DefinitionsFactory) -
Method in class org.apache.tiles.impl.mgmt.CachingKeyedDefinitionsFactoryTilesContainer
- Set the definitions factory.
- setDefinitionsFactory(String, DefinitionsFactory, Map<String, String>) -
Method in class org.apache.tiles.impl.mgmt.CachingKeyedDefinitionsFactoryTilesContainer
- Set the definitions factory.
- setDefinitionsFactory(DefinitionsFactory) -
Method in class org.apache.tiles.impl.mgmt.CachingTilesContainer
- Set the definitions factory.
- setFactory(DefinitionsFactory) -
Method in class org.apache.tiles.impl.mgmt.DefinitionManager
- Sets the definitions factory to use.
- setFilterConfig(FilterConfig) -
Method in class org.apache.tiles.filter.TilesFilter
- Set the filter configuration object for this filter.
- setIcon(String) -
Method in interface org.apache.tiles.beans.MenuItem
- Sets the icon URL of this menu item.
- setIcon(String) -
Method in class org.apache.tiles.beans.SimpleMenuItem
- Sets the (optional) icon image URL.
- setIsVisited(boolean) -
Method in class org.apache.tiles.definition.Definition
- Sets the visit flag, used during inheritance resolution.
- setKeyExtractor(KeyedDefinitionsFactoryTilesContainer.KeyExtractor) -
Method in class org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer
- Sets the key extractor to use.
- setLink(String) -
Method in interface org.apache.tiles.beans.MenuItem
- Sets the URL of this menu item.
- setLink(String) -
Method in class org.apache.tiles.beans.SimpleMenuItem
- Sets the link where the menu item points to.
- setPreparerFactory(PreparerFactory) -
Method in class org.apache.tiles.impl.BasicTilesContainer
- Set the preparerInstance factory.
- setRootContext(TilesApplicationContext) -
Method in class org.apache.tiles.context.enhanced.EnhancedTilesApplicationContext
- Sets the root context.
- setTooltip(String) -
Method in interface org.apache.tiles.beans.MenuItem
- Sets the tooltip text.
- setTooltip(String) -
Method in class org.apache.tiles.beans.SimpleMenuItem
- Sets the (optional) tooltip text.
- setValue(String) -
Method in interface org.apache.tiles.beans.MenuItem
- Sets the value (i.e. the visible part) of this menu item.
- setValue(String) -
Method in class org.apache.tiles.beans.SimpleMenuItem
- Sets the value of the item, i.e. what is really visible to the user.
- setValue(V) -
Method in class org.apache.tiles.context.MapEntry
- Sets the entry value if the entry can be modified.
- SimpleMenuItem - Class in org.apache.tiles.beans
- A MenuItem implementation.
- SimpleMenuItem() -
Constructor for class org.apache.tiles.beans.SimpleMenuItem
- Constructor.
- sources -
Variable in class org.apache.tiles.definition.UrlDefinitionsFactory
- Contains the URL objects identifying where configuration data is found.
- startContext(Object...) -
Method in class org.apache.tiles.impl.BasicTilesContainer
-
- storeContainerDependencies(Object, Map<String, String>, Map<String, String>, BasicTilesContainer) -
Method in class org.apache.tiles.factory.KeyedDefinitionsFactoryTilesContainerFactory
- Stores container dependencies, that is called before
TilesContainer.init(Map)
- storeContainerDependencies(Object, Map<String, String>, Map<String, String>, BasicTilesContainer) -
Method in class org.apache.tiles.factory.TilesContainerFactory
- Stores container dependencies, that is called before
TilesContainer.init(Map)
T
- TilesContainerFactory - Class in org.apache.tiles.factory
- Factory provided for convenience.
- TilesContainerFactory() -
Constructor for class org.apache.tiles.factory.TilesContainerFactory
-
- TilesContextFactory - Interface in org.apache.tiles.context
- Creates an instance of the appropriate TilesApplicationContext implementation.
- TilesFilter - Class in org.apache.tiles.filter
- Processes Reloadable Tiles Definitions.
- TilesFilter() -
Constructor for class org.apache.tiles.filter.TilesFilter
-
- TilesListener - Class in org.apache.tiles.listener
- Listener for the initialization of the Tiles container.
- TilesListener() -
Constructor for class org.apache.tiles.listener.TilesListener
-
- TilesRequestContext - Interface in org.apache.tiles.context
- Encapsulation of request information.
- TilesRequestContextWrapper - Class in org.apache.tiles.context
- Delegate for ease of customization.
- TilesRequestContextWrapper(TilesRequestContext) -
Constructor for class org.apache.tiles.context.TilesRequestContextWrapper
- Constructor.
- TilesServlet - Class in org.apache.tiles.servlet
- Initialization Servlet.
- TilesServlet() -
Constructor for class org.apache.tiles.servlet.TilesServlet
-
- toString() -
Method in class org.apache.tiles.beans.SimpleMenuItem
-
- toString() -
Method in class org.apache.tiles.definition.Definition
- Returns a description of the attributes.
U
- UrlDefinitionsFactory - Class in org.apache.tiles.definition
DefinitionsFactory implementation
that manages Definitions configuration data from URLs.- UrlDefinitionsFactory() -
Constructor for class org.apache.tiles.definition.UrlDefinitionsFactory
- Creates a new instance of UrlDefinitionsFactory
V
- validating -
Variable in class org.apache.tiles.definition.digester.DigesterDefinitionsReader
- Should we use a validating XML parser to read the configuration file.
- ViewPreparer - Interface in org.apache.tiles.preparer
-
Executed prior to rendering a view.
- ViewPreparerSupport - Class in org.apache.tiles.preparer
- Basic implementation of ViewPreparer.
- ViewPreparerSupport() -
Constructor for class org.apache.tiles.preparer.ViewPreparerSupport
-
A B C D E F G H I K L M N O P R S T U V