Apache Struts API Documentation: Uses of Package org.apache.struts.tiles

Apache Struts API


Uses of Package
org.apache.struts.tiles

Packages that use org.apache.struts.tiles
org.apache.struts.actions The actions package provides special adapters between the incoming HTTP request and the corresponding business logic. 
org.apache.struts.taglib.tiles The "struts-tiles" tag library contains tags that are useful in creating dynamic reusable components. 
org.apache.struts.taglib.tiles.util   
org.apache.struts.tiles
The Tiles taglib and framework allows building web pages by assembling reusable pieces of pages, called Tiles. 
org.apache.struts.tiles.actions   
org.apache.struts.tiles.definition   
org.apache.struts.tiles.xmlDefinition   
 

Classes in org.apache.struts.tiles used by org.apache.struts.actions
TilesRequestProcessor
          RequestProcessor contains the processing logic that the Struts controller servlet performs as it receives each servlet request from the container.
 

Classes in org.apache.struts.tiles used by org.apache.struts.taglib.tiles
AttributeDefinition
          Attribute definition used in a component definition.
ComponentContext
          Component context.
ComponentDefinition
          Definition of a template / component attributes.
Controller
          A controller is a piece of code called before rendering a jsp page.
 

Classes in org.apache.struts.tiles used by org.apache.struts.taglib.tiles.util
ComponentDefinition
          Definition of a template / component attributes.
 

Classes in org.apache.struts.tiles used by org.apache.struts.tiles
AttributeDefinition
          Attribute definition used in a component definition.
ComponentContext
          Component context.
ComponentDefinition
          Definition of a template / component attributes.
Controller
          A controller is a piece of code called before rendering a jsp page.
DefinitionsFactory
          Tiles Definition factory.
DefinitionsFactoryConfig
          A TilesFactoryConfig object hold configuration attributes for a tile definition factory.
DefinitionsFactoryException
          Exception thrown when an error occurs while the factory tries to create a new instance mapper.
FactoryNotFoundException
          Exception thrown when definitions factory is not found.
NoSuchDefinitionException
          Exception thrown when a definition is not found.
TilesException
          Root class for all Tiles-exceptions.
TilesRequestProcessor
          RequestProcessor contains the processing logic that the Struts controller servlet performs as it receives each servlet request from the container.
TilesUtil
          Class containing utility methods for Tiles.
TilesUtilImpl
          Default implementation of TilesUtil.
TilesUtilStrutsImpl
          TilesUtil implementation for Struts 1.1 with one single factory.
UntypedAttribute
          Common implementation of attribute definition.
 

Classes in org.apache.struts.tiles used by org.apache.struts.tiles.actions
ComponentContext
          Component context.
 

Classes in org.apache.struts.tiles used by org.apache.struts.tiles.definition
ComponentDefinition
          Definition of a template / component attributes.
ComponentDefinitionsFactory
          Deprecated. Use DefinitionsFactory instead.
DefinitionsFactory
          Tiles Definition factory.
DefinitionsFactoryConfig
          A TilesFactoryConfig object hold configuration attributes for a tile definition factory.
DefinitionsFactoryException
          Exception thrown when an error occurs while the factory tries to create a new instance mapper.
FactoryNotFoundException
          Exception thrown when definitions factory is not found.
NoSuchDefinitionException
          Exception thrown when a definition is not found.
 

Classes in org.apache.struts.tiles used by org.apache.struts.tiles.xmlDefinition
ComponentDefinition
          Definition of a template / component attributes.
ComponentDefinitionsFactory
          Deprecated. Use DefinitionsFactory instead.
DefinitionsFactoryException
          Exception thrown when an error occurs while the factory tries to create a new instance mapper.
NoSuchDefinitionException
          Exception thrown when a definition is not found.
 



Copyright © 2000-2005 - The Apache Software Foundation