|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.shale.tiger.config.FacesConfigConfig
public class FacesConfigConfig
Configuration bean representing the entire contents of zero or more
faces-config.xml resources.
| Constructor Summary | |
|---|---|
FacesConfigConfig()
Creates a new instance of FacesConfigConfig. |
|
| Method Summary | |
|---|---|
void |
addManagedBean(ManagedBeanConfig config)
Add a new managed bean configuration element. |
ManagedBeanConfig |
getManagedBean(String name)
Return the ManagedBeanConfig element for the specified
managed bean name, if any; otherwise, return null. |
Map<String,ManagedBeanConfig> |
getManagedBeans()
Return a map of defined ManagedBeanConfig elements,
keyed by managed bean name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FacesConfigConfig()
| Method Detail |
|---|
public void addManagedBean(ManagedBeanConfig config)
Add a new managed bean configuration element.
config - ManagedBeanConfig element to be addedpublic ManagedBeanConfig getManagedBean(String name)
Return the ManagedBeanConfig element for the specified
managed bean name, if any; otherwise, return null.
name - Name of the managed bean configuration to returnpublic Map<String,ManagedBeanConfig> getManagedBeans()
Return a map of defined ManagedBeanConfig elements,
keyed by managed bean name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||