Uses of Class
org.jboss.seam.Namespace

Packages that use Namespace
org.jboss.seam The Seam component meta-model. 
org.jboss.seam.core A set of Seam components that implement Seam. 
 

Uses of Namespace in org.jboss.seam
 

Methods in org.jboss.seam that return Namespace
 Namespace Namespace.getChild(String key)
           
 Namespace Component.getNamespace()
           
 Namespace Namespace.getOrCreateChild(String key)
           
 

Methods in org.jboss.seam that return types with arguments of type Namespace
 Collection<Namespace> Component.getImports()
           
 

Methods in org.jboss.seam with parameters of type Namespace
 void Namespace.addChild(String name, Namespace value)
           
 

Uses of Namespace in org.jboss.seam.core
 

Methods in org.jboss.seam.core that return Namespace
 Namespace Init.getRootNamespace()
           
 Namespace Init.initNamespaceForName(String name, boolean isComponent)
          makes sure appropriate namespaces exist for a name.
 

Methods in org.jboss.seam.core that return types with arguments of type Namespace
 Collection<Namespace> Init.getGlobalImports()