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

Packages that use NoSuchDefinitionException
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.definition   
org.apache.struts.tiles.xmlDefinition   
 

Uses of NoSuchDefinitionException in org.apache.struts.tiles
 

Methods in org.apache.struts.tiles that throw NoSuchDefinitionException
 ComponentDefinition DefinitionsFactory.getDefinition(String name, ServletRequest request, ServletContext servletContext)
          Get a definition by its name.
 ComponentDefinition ComponentDefinitionsFactory.getDefinition(String name, ServletRequest request, ServletContext servletContext)
          Deprecated. Get a definition by its name.
 

Uses of NoSuchDefinitionException in org.apache.struts.tiles.definition
 

Methods in org.apache.struts.tiles.definition that throw NoSuchDefinitionException
 ComponentDefinition ComponentDefinitionsFactoryWrapper.getDefinition(String name, ServletRequest request, ServletContext servletContext)
          Get requested definition.
 

Uses of NoSuchDefinitionException in org.apache.struts.tiles.xmlDefinition
 

Methods in org.apache.struts.tiles.xmlDefinition that throw NoSuchDefinitionException
 ComponentDefinition FactorySet.getDefinition(String name, ServletRequest request, ServletContext servletContext)
          Get a definition by its name.
 ComponentDefinition DefinitionsFactory.getDefinition(String name, ServletRequest request, ServletContext servletContext)
          Get a definition by its name.
 void XmlDefinition.resolveInheritance(XmlDefinitionsSet definitionsSet)
          Resolve inheritance.
 void XmlDefinitionsSet.resolveInheritances()
          Resolve extended instances.
 

Constructors in org.apache.struts.tiles.xmlDefinition that throw NoSuchDefinitionException
DefinitionsFactory(XmlDefinitionsSet xmlDefinitions)
          Constructor.
 



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