com.caucho.jsf.cfg
Class ManagedBeanConfig
java.lang.Object
com.caucho.jsf.cfg.ManagedBeanConfig
public class ManagedBeanConfig
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManagedBeanConfig
public ManagedBeanConfig()
setId
public void setId(java.lang.String id)
setDescription
public void setDescription(java.lang.String description)
setManagedBeanName
public void setManagedBeanName(java.lang.String name)
getName
public java.lang.String getName()
setConfigLocation
public void setConfigLocation(java.lang.String location)
setManagedBeanClass
public void setManagedBeanClass(java.lang.String cl)
getManagedBeanClass
public java.lang.String getManagedBeanClass()
getType
public java.lang.Class getType()
setManagedBeanScope
public void setManagedBeanScope(java.lang.String scope)
getManagedBeanScope
public java.lang.String getManagedBeanScope()
setManagedProperty
public void setManagedProperty(ManagedProperty property)
getManagedProperty
public ManagedProperty getManagedProperty()
setMapEntries
public void setMapEntries(MappedEntries map)
setListEntries
public void setListEntries(ListEntries list)
create
public java.lang.Object create(FacesContext context,
ManagedBeanELResolver.Scope createScope)
throws FacesException
- Throws:
FacesException