com.sun.faces.config.beans
Class ReferencedBeanBean
java.lang.Object
com.sun.faces.config.beans.FeatureBean
com.sun.faces.config.beans.ReferencedBeanBean
public class ReferencedBeanBean
- extends FeatureBean
Configuration bean for <referenced-bean> element.
Methods inherited from class com.sun.faces.config.beans.FeatureBean |
addDescription, addDisplayName, addIcon, getDescription, getDescriptions, getDisplayName, getDisplayNames, getIcon, getIcons, removeDescription, removeDisplayName, removeIcon |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReferencedBeanBean
public ReferencedBeanBean()
getReferencedBeanClass
public String getReferencedBeanClass()
setReferencedBeanClass
public void setReferencedBeanClass(String referencedBeanClass)
getReferencedBeanName
public String getReferencedBeanName()
setReferencedBeanName
public void setReferencedBeanName(String referencedBeanName)
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.