Index
All Classes and Interfaces|All Packages|Serialized Form
A
- ActionPreparer - Class in org.apache.struts.tiles2.preparer
-
Struts wrapper implementation of Controller.
- ActionPreparer(Action) - Constructor for class org.apache.struts.tiles2.preparer.ActionPreparer
-
Constructor.
C
- Classic Layout - Search tag in package org.apache.struts.tiles2
- Section
- createContainer(ApplicationContext) - Method in class org.apache.struts.tiles2.TilesPluginContainerFactory
- createDefinitionsFactory(TilesPluginContainer, ApplicationContext) - Method in class org.apache.struts.tiles2.TilesPluginContainerFactory
-
Creates the definitions factory.
- createPreparer(String) - Method in class org.apache.struts.tiles2.preparer.StrutsPreparerFactory
- currentPlugInConfigContextAdapter - Variable in class org.apache.struts.tiles2.TilesPlugin
-
The plugin config object adapted to become a context-like object, that exposes init parameters methods.
- currentPlugInConfigObject - Variable in class org.apache.struts.tiles2.TilesPlugin
-
The plugin config object provided by the ActionServlet initializing this plugin.
D
- Debugging - Search tag in package org.apache.struts.tiles2
- Section
- DefinitionDispatcherAction - Class in org.apache.struts.tiles2.actions
-
An Action that dispatches to a Tiles Definition that is named by the request parameter whose name is specified by the
parameter
property of the corresponding ActionMapping. - DefinitionDispatcherAction() - Constructor for class org.apache.struts.tiles2.actions.DefinitionDispatcherAction
- Definition File Syntax - Search tag in package org.apache.struts.tiles2
- Section
- Definitions - Search tag in package org.apache.struts.tiles2
- Section
- destroy() - Method in class org.apache.struts.tiles2.TilesPlugin
-
End plugin.
- doForward(String, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.tiles2.TilesRequestProcessor
-
Do a forward using request dispatcher.
E
- Enabling Definition Factory - Search tag in package org.apache.struts.tiles2
- Section
- execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.tiles2.actions.DefinitionDispatcherAction
-
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it), with provision for handling exceptions thrown by the business logic.
- execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.tiles2.actions.TilesAction
-
Original Struts Action's method.
- execute(ServletActionContext) - Method in class org.apache.struts.tiles2.commands.TilesPreProcessor
-
If the current
ForwardConfig
is using "tiles", perform necessary pre-processing to set up theTilesContext
and substitute a newForwardConfig
which is understandable to aRequestDispatcher
. - execute(AttributeContext, ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.tiles2.actions.TilesAction
-
Process the specified HTTP request and create the corresponding HTTP response (or forward to another web component that will create it), with provision for handling exceptions thrown by the business logic.
- execute(Request, AttributeContext) - Method in class org.apache.struts.tiles2.preparer.ActionPreparer
- execute(Request, AttributeContext) - Method in class org.apache.struts.tiles2.preparer.UrlPreparer
G
- getDefinition(String, Request) - Method in class org.apache.struts.tiles2.TilesPluginContainer
- getDefinitionsFactoryKey(Request) - Method in class org.apache.struts.tiles2.TilesPluginContainer
-
Returns the definitions factory key.
- getInitParams() - Method in class org.apache.struts.tiles2.util.PlugInConfigContextAdapter
- getPlugInConfigObject() - Method in class org.apache.struts.tiles2.util.PlugInConfigContextAdapter
-
Returns the internal plugin config object.
- getProperDefinitionsFactory(String) - Method in class org.apache.struts.tiles2.TilesPluginContainer
-
Returns the proper definition factory for the given key, i.e.
- getSources(ApplicationContext) - Method in class org.apache.struts.tiles2.TilesPluginContainerFactory
-
Returns a list containing the URLs to be parsed.
I
- init(ActionServlet, ModuleConfig) - Method in class org.apache.struts.tiles2.TilesPlugin
-
Receive notification that the specified module is being started up.
- init(ActionServlet, ModuleConfig) - Method in class org.apache.struts.tiles2.TilesRequestProcessor
-
Initialize this request processor instance.
- initRequestProcessorClass(ModuleConfig) - Method in class org.apache.struts.tiles2.TilesPlugin
-
Set RequestProcessor to appropriate Tiles
RequestProcessor
. - Insert a JSP page - Search tag in package org.apache.struts.tiles2
- Section
- Insert a Tiles passing some attributes - Search tag in package org.apache.struts.tiles2
- Section
- Insert Tiles referenced by an attribute - Search tag in package org.apache.struts.tiles2
- Section
- instantiateContainer(ApplicationContext) - Method in class org.apache.struts.tiles2.TilesPluginContainerFactory
- internalModuleRelativeForward(String, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.tiles2.TilesRequestProcessor
-
Catch the call to a module relative forward.
- internalModuleRelativeInclude(String, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.tiles2.TilesRequestProcessor
-
Do a module relative include to specified uri using request dispatcher.
- Introduction - Search tag in package org.apache.struts.tiles2
- Section
- isModuleAware() - Method in class org.apache.struts.tiles2.TilesPlugin
-
Get the module aware flag.
M
- moduleAware - Variable in class org.apache.struts.tiles2.TilesPlugin
-
Is the factory module aware?
O
- org.apache.struts.tiles2 - package org.apache.struts.tiles2
-
The Tiles taglib and framework allows building web pages by assembling reusable pieces of pages, called Tiles.
- org.apache.struts.tiles2.actions - package org.apache.struts.tiles2.actions
- org.apache.struts.tiles2.commands - package org.apache.struts.tiles2.commands
- org.apache.struts.tiles2.preparer - package org.apache.struts.tiles2.preparer
- org.apache.struts.tiles2.util - package org.apache.struts.tiles2.util
P
- PlugInConfigContextAdapter - Class in org.apache.struts.tiles2.util
-
Adapts a
PlugInConfig
object to become a ServletContext object, exposing init parameters methods. - PlugInConfigContextAdapter(PlugInConfig, ServletContext) - Constructor for class org.apache.struts.tiles2.util.PlugInConfigContextAdapter
-
Constructor.
- processForwardConfig(HttpServletRequest, HttpServletResponse, ForwardConfig) - Method in class org.apache.struts.tiles2.TilesRequestProcessor
-
Overloaded method from Struts' RequestProcessor.
- processTilesDefinition(String, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.tiles2.TilesRequestProcessor
-
Process a Tile definition name.
R
- Retrieve an attribute value as String - Search tag in package org.apache.struts.tiles2
- Section
S
- servletContext - Variable in class org.apache.struts.tiles2.TilesRequestProcessor
-
The used servlet context.
- setCurrentPlugInConfigObject(PlugInConfig) - Method in class org.apache.struts.tiles2.TilesPlugin
-
Method used by the ActionServlet initializing this plugin.
- setDefinitionsFactory(String, DefinitionsFactory) - Method in class org.apache.struts.tiles2.TilesPluginContainer
-
Set the definitions factory.
- setModuleAware(boolean) - Method in class org.apache.struts.tiles2.TilesPlugin
-
Set the module aware flag.
- Simple Examples - Search tag in package org.apache.struts.tiles2
- Section
- Struts1.0.x - Search tag in package org.apache.struts.tiles2
- Section
- Struts1.1 - Search tag in package org.apache.struts.tiles2
- Section
- StrutsPreparerFactory - Class in org.apache.struts.tiles2.preparer
-
Factory used to instantiate preparers in a Struts 1 / Tiles 2 environment.
- StrutsPreparerFactory() - Constructor for class org.apache.struts.tiles2.preparer.StrutsPreparerFactory
T
- TilesAction - Class in org.apache.struts.tiles2.actions
-
Base class for Tiles Actions.
- TilesAction() - Constructor for class org.apache.struts.tiles2.actions.TilesAction
- TilesPlugin - Class in org.apache.struts.tiles2
-
Tiles Plugin used to initialize Tiles.
- TilesPlugin() - Constructor for class org.apache.struts.tiles2.TilesPlugin
- TilesPluginContainer - Class in org.apache.struts.tiles2
- TilesPluginContainer() - Constructor for class org.apache.struts.tiles2.TilesPluginContainer
- TilesPluginContainerFactory - Class in org.apache.struts.tiles2
- TilesPluginContainerFactory() - Constructor for class org.apache.struts.tiles2.TilesPluginContainerFactory
- TilesPreProcessor - Class in org.apache.struts.tiles2.commands
-
Command class intended to perform responsibilities of the TilesRequestProcessor in Struts 1.1.
- TilesPreProcessor() - Constructor for class org.apache.struts.tiles2.commands.TilesPreProcessor
- TilesRequestProcessor - Class in org.apache.struts.tiles2
-
RequestProcessor contains the processing logic that the Struts controller servlet performs as it receives each servlet request from the container.
- TilesRequestProcessor() - Constructor for class org.apache.struts.tiles2.TilesRequestProcessor
U
- UrlPreparer - Class in org.apache.struts.tiles2.preparer
- UrlPreparer(String) - Constructor for class org.apache.struts.tiles2.preparer.UrlPreparer
-
Constructor.
W
- Without Struts - Search tag in package org.apache.struts.tiles2
- Section
All Classes and Interfaces|All Packages|Serialized Form