org.jboss.seam
public class Namespace extends Object
Modifier and Type | Method and Description |
---|---|
void |
addChild(String name,
Namespace value) |
boolean |
equals(Object other) |
Object |
get(String key)
Get a component or child namespace
|
Namespace |
getChild(String key) |
Object |
getComponentInstance(String key) |
Object |
getComponentInstance(String key,
boolean create) |
Object |
getComponentInstance(String key,
boolean create,
boolean allowAutocreation) |
Namespace |
getOrCreateChild(String key) |
boolean |
hasChild(String key) |
int |
hashCode() |
String |
toString() |
Copyright © 2015 Seam Framework. All Rights Reserved.