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

Uses of Class
org.apache.tiles.definition.NoSuchDefinitionException

Packages that use NoSuchDefinitionException
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. 
 

Uses of NoSuchDefinitionException in org.apache.tiles.definition
 

Methods in org.apache.tiles.definition that throw NoSuchDefinitionException
 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.
protected  void DefinitionsImpl.resolveInheritance(Definition definition, Locale locale, Set<String> alreadyResolvedDefinitions)
          Resolve locale-specific inheritance.
 void Definitions.resolveInheritances()
          Resolves configuration inheritance properties.
 void DefinitionsImpl.resolveInheritances()
          Resolve extended instances.
 void Definitions.resolveInheritances(Locale locale)
          Resolves locale-specific configuration inheritance properties.
 void DefinitionsImpl.resolveInheritances(Locale locale)
          Resolve locale-specific extended instances.
 



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