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. 
 

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-2011 Apache Software Foundation. All Rights Reserved.