Package | Description |
---|---|
org.jboss.seam |
The Seam component meta-model.
|
org.jboss.seam.core |
A set of Seam components that implement Seam.
|
Modifier and Type | Method and Description |
---|---|
Namespace |
Namespace.getChild(String key) |
Namespace |
Component.getNamespace() |
Namespace |
Namespace.getOrCreateChild(String key) |
Modifier and Type | Method and Description |
---|---|
Collection<Namespace> |
Component.getImports() |
Modifier and Type | Method and Description |
---|---|
void |
Namespace.addChild(String name,
Namespace value) |
Modifier and Type | Method and Description |
---|---|
Namespace |
Init.getRootNamespace() |
Namespace |
Init.initNamespaceForName(String name,
boolean isComponent)
makes sure appropriate namespaces exist for a name.
|
Modifier and Type | Method and Description |
---|---|
Collection<Namespace> |
Init.getGlobalImports() |
Copyright © 2015 Seam Framework. All Rights Reserved.