com.sun.faces.config.beans
Class FacesConfigBean
java.lang.Object
com.sun.faces.config.beans.FacesConfigBean
public class FacesConfigBean
- extends java.lang.Object
Base configuration bean for JavaServer Faces Configuration Files.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FacesConfigBean
public FacesConfigBean()
getApplication
public ApplicationBean getApplication()
setApplication
public void setApplication(ApplicationBean application)
getFactory
public FactoryBean getFactory()
setFactory
public void setFactory(FactoryBean factory)
getLifecycle
public LifecycleBean getLifecycle()
setLifecycle
public void setLifecycle(LifecycleBean lifecycle)
addComponent
public void addComponent(ComponentBean descriptor)
getComponent
public ComponentBean getComponent(java.lang.String componentType)
getComponents
public ComponentBean[] getComponents()
removeComponent
public void removeComponent(ComponentBean descriptor)
addConverter
public void addConverter(ConverterBean descriptor)
getConverterByClass
public ConverterBean getConverterByClass(java.lang.String converterForClass)
getConverterById
public ConverterBean getConverterById(java.lang.String converterId)
getConvertersByClass
public ConverterBean[] getConvertersByClass()
getConvertersById
public ConverterBean[] getConvertersById()
removeConverter
public void removeConverter(ConverterBean descriptor)
addManagedBean
public void addManagedBean(ManagedBeanBean descriptor)
getManagedBean
public ManagedBeanBean getManagedBean(java.lang.String name)
getManagedBeans
public ManagedBeanBean[] getManagedBeans()
removeManagedBean
public void removeManagedBean(ManagedBeanBean descriptor)
addNavigationRule
public void addNavigationRule(NavigationRuleBean descriptor)
getNavigationRule
public NavigationRuleBean getNavigationRule(java.lang.String fromViewId)
getNavigationRules
public NavigationRuleBean[] getNavigationRules()
removeNavigationRule
public void removeNavigationRule(NavigationRuleBean descriptor)
addReferencedBean
public void addReferencedBean(ReferencedBeanBean descriptor)
getReferencedBean
public ReferencedBeanBean getReferencedBean(java.lang.String name)
getReferencedBeans
public ReferencedBeanBean[] getReferencedBeans()
removeReferencedBean
public void removeReferencedBean(ReferencedBeanBean descriptor)
addRenderKit
public void addRenderKit(RenderKitBean descriptor)
getRenderKit
public RenderKitBean getRenderKit(java.lang.String id)
getRenderKits
public RenderKitBean[] getRenderKits()
removeRenderKit
public void removeRenderKit(RenderKitBean descriptor)
addValidator
public void addValidator(ValidatorBean descriptor)
getValidator
public ValidatorBean getValidator(java.lang.String id)
getValidators
public ValidatorBean[] getValidators()
removeValidator
public void removeValidator(ValidatorBean descriptor)
Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.