This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.tiles.Definition (Tiles 2 2.0.7 API)

Uses of Class
org.apache.tiles.Definition

Packages that use Definition
org.apache.tiles
The Tiles taglib and framework allows building web pages by assembling reusable pieces of pages, called Tiles. 
org.apache.tiles.definition It contains classes and interfaces to allow manipulations of "definitions", i.e. objects made of a template page and a number of filled attributes. 
org.apache.tiles.definition.digester Allows reading definitions with the use of Jakarta Commons Digester. 
org.apache.tiles.impl It contains the basic implementations of Tiles container. 
org.apache.tiles.impl.mgmt It contains the basic implementations of mutable Tiles containers. 
org.apache.tiles.mgmt Classes and interfaces to be used when it is needed to create Tiles definitions during the execution of the application. 
 

Uses of Definition in org.apache.tiles
 

Constructors in org.apache.tiles with parameters of type Definition
Definition(Definition definition)
          Copy Constructor.
 

Uses of Definition in org.apache.tiles.definition
 

Methods in org.apache.tiles.definition that return Definition
 Definition Definitions.getDefinition(String name)
          Returns a Definition object that matches the given name.
 Definition DefinitionsImpl.getDefinition(String name)
          Returns a Definition object that matches the given name.
 Definition Definitions.getDefinition(String name, Locale locale)
          Returns a Definition object that matches the given name and locale.
 Definition DefinitionsImpl.getDefinition(String name, Locale locale)
          Returns a Definition object that matches the given name and locale.
 Definition DefinitionsFactory.getDefinition(String name, TilesRequestContext tilesContext)
          Returns a Definition object that matches the given name and Tiles context.
 Definition UrlDefinitionsFactory.getDefinition(String name, TilesRequestContext tilesContext)
          Returns a Definition object that matches the given name and Tiles context.
protected  Definition DefinitionsImpl.getDefinitionByAttribute(Attribute attr, Locale locale)
          Searches for a definition specified as an attribute.
 

Methods in org.apache.tiles.definition that return types with arguments of type Definition
 Map<String,Definition> Definitions.getBaseDefinitions()
          Returns base definitions collection.
 Map<String,Definition> DefinitionsImpl.getBaseDefinitions()
          Returns base definitions collection.
 Map<String,Definition> DefinitionsReader.read(Object source)
          Reads Definition objects from a source.
 

Methods in org.apache.tiles.definition with parameters of type Definition
protected  void DefinitionsImpl.overload(Definition parent, Definition child)
          Overloads a child definition with a given parent.
protected  void DefinitionsImpl.resolveInheritance(Definition definition, Locale locale, Set<String> alreadyResolvedDefinitions)
          Resolve locale-specific inheritance.
 

Method parameters in org.apache.tiles.definition with type arguments of type Definition
 void Definitions.addDefinitions(Map<String,Definition> defsMap)
          Adds new Definition objects to the internal collection and resolves inheritance attraibutes.
 void DefinitionsImpl.addDefinitions(Map<String,Definition> defsMap)
          Adds new Definition objects to the internal collection and resolves inheritance attraibutes.
 void Definitions.addDefinitions(Map<String,Definition> defsMap, Locale locale)
          Adds new locale-specific Definition objects to the internal collection and resolves inheritance attraibutes.
 void DefinitionsImpl.addDefinitions(Map<String,Definition> defsMap, Locale locale)
          Adds new locale-specific Definition objects to the internal collection and resolves inheritance attraibutes.
 

Uses of Definition in org.apache.tiles.definition.digester
 

Methods in org.apache.tiles.definition.digester that return types with arguments of type Definition
 Map<String,Definition> DigesterDefinitionsReader.read(Object source)
          Reads Definition objects from a source.
 

Methods in org.apache.tiles.definition.digester with parameters of type Definition
 void DigesterDefinitionsReader.addDefinition(Definition definition)
          Adds a new Definition to the internal Map or replaces an existing one.
 

Uses of Definition in org.apache.tiles.impl
 

Methods in org.apache.tiles.impl that return Definition
protected  Definition KeyedDefinitionsFactoryTilesContainer.getDefinition(String definitionName, TilesRequestContext request)
          Returns a definition specifying its name.
protected  Definition BasicTilesContainer.getDefinition(String definitionName, TilesRequestContext request)
          Returns a definition specifying its name.
 

Uses of Definition in org.apache.tiles.impl.mgmt
 

Methods in org.apache.tiles.impl.mgmt that return Definition
 Definition DefinitionManager.getDefinition(String definition, TilesRequestContext request)
          Returns a definition by name.
protected  Definition CachingKeyedDefinitionsFactoryTilesContainer.getDefinition(String definition, TilesRequestContext context)
          Returns a definition specifying its name.
protected  Definition CachingTilesContainer.getDefinition(String definition, TilesRequestContext context)
          Returns a definition specifying its name.
 

Methods in org.apache.tiles.impl.mgmt that return types with arguments of type Definition
protected  Map<String,Definition> DefinitionManager.getDefinitions(TilesRequestContext request)
          Returns the map with custom definitions for the current request.
protected  Map<String,Definition> DefinitionManager.getOrCreateDefinitions(TilesRequestContext request)
          Returns a map of type "definition name -> definition" and, if it has not been defined before, creates one.
 

Methods in org.apache.tiles.impl.mgmt with parameters of type Definition
 void DefinitionManager.addDefinition(Definition definition, TilesRequestContext request)
          Adds a definition to the set of custom ones.
protected  void DefinitionManager.overload(Definition parent, Definition child)
          Overloads a child definition with a given parent.
 void CachingKeyedDefinitionsFactoryTilesContainer.register(Definition definition, Object... requestItems)
          Register a new definition with the container.
 void CachingTilesContainer.register(Definition definition, Object... requestItems)
          Register a new definition with the container.
protected  void CachingKeyedDefinitionsFactoryTilesContainer.register(Definition definition, TilesRequestContext request)
          Registers a custom definition.
protected  void CachingTilesContainer.register(Definition definition, TilesRequestContext request)
          Registers a custom definition.
protected  void DefinitionManager.resolveInheritance(Definition definition, TilesRequestContext request)
          Resolve inheritance.
 

Uses of Definition in org.apache.tiles.mgmt
 

Methods in org.apache.tiles.mgmt with parameters of type Definition
 void MutableTilesContainer.register(Definition definition, Object... requestItems)
          Register a new definition with the container.
 



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