org.apache.shale.tiger.config
Class FacesConfigConfig

java.lang.Object
  extended by org.apache.shale.tiger.config.FacesConfigConfig

public class FacesConfigConfig
extends Object

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

FacesConfigConfig

public FacesConfigConfig()
Creates a new instance of FacesConfigConfig.

Method Detail

addManagedBean

public void addManagedBean(ManagedBeanConfig config)

Add a new managed bean configuration element.

Parameters:
config - ManagedBeanConfig element to be added

getManagedBean

public ManagedBeanConfig getManagedBean(String name)

Return the ManagedBeanConfig element for the specified managed bean name, if any; otherwise, return null.

Parameters:
name - Name of the managed bean configuration to return

getManagedBeans

public Map<String,ManagedBeanConfig> getManagedBeans()

Return a map of defined ManagedBeanConfig elements, keyed by managed bean name.



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.