Package org.apache.struts.tiles.actions

Class Summary
DefinitionDispatcherAction 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.
NoOpAction Deprecated. Use o.a.s.a.ForwardAction instead with the parameter attribute: <action path="aPath" type="org.apache.struts.actions.ForwardAction" parameter="tiles.def.name" />
ReloadDefinitionsAction A standard Action that calls the reload() method of our controller servlet to reload its configuration information from the configuration files (which have presumably been updated) dynamically.
TilesAction Base class for Tiles Actions.
ViewDefinitionsAction An Action that writes the definitions of the Tiles factory.
 



Copyright © 2000-2003 - Apache Software Foundation