com.sun.faces.config.beans
Class ManagedBeanBean

java.lang.Object
  extended by com.sun.faces.config.beans.FeatureBean
      extended by com.sun.faces.config.beans.ManagedBeanBean
All Implemented Interfaces:
ListEntriesHolder, MapEntriesHolder

public class ManagedBeanBean
extends FeatureBean
implements ListEntriesHolder, MapEntriesHolder

Configuration bean for <managed-bean> element.


Constructor Summary
ManagedBeanBean()
           
 
Method Summary
 void addManagedProperty(ManagedPropertyBean descriptor)
           
 ListEntriesBean getListEntries()
          Return the current listEntries object for this configuration bean.
 java.lang.String getManagedBeanClass()
           
 java.lang.String getManagedBeanName()
           
 java.lang.String getManagedBeanScope()
           
 ManagedPropertyBean[] getManagedProperties()
           
 ManagedPropertyBean getManagedProperty(java.lang.String name)
           
 MapEntriesBean getMapEntries()
          Return the current mapEntries object for this configuration bean.
 void removeManagedProperty(ManagedPropertyBean descriptor)
           
 void setListEntries(ListEntriesBean listEntries)
          Set the current listEntries object for this configuration bean.
 void setManagedBeanClass(java.lang.String managedBeanClass)
           
 void setManagedBeanName(java.lang.String managedBeanName)
           
 void setManagedBeanScope(java.lang.String managedBeanScope)
           
 void setMapEntries(MapEntriesBean mapEntries)
          Set the current mapEntries object for this configuration bean.
 
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
 

Constructor Detail

ManagedBeanBean

public ManagedBeanBean()
Method Detail

getManagedBeanClass

public java.lang.String getManagedBeanClass()

setManagedBeanClass

public void setManagedBeanClass(java.lang.String managedBeanClass)

getManagedBeanName

public java.lang.String getManagedBeanName()

setManagedBeanName

public void setManagedBeanName(java.lang.String managedBeanName)

getManagedBeanScope

public java.lang.String getManagedBeanScope()

setManagedBeanScope

public void setManagedBeanScope(java.lang.String managedBeanScope)

getListEntries

public ListEntriesBean getListEntries()
Description copied from interface: ListEntriesHolder

Return the current listEntries object for this configuration bean.

Specified by:
getListEntries in interface ListEntriesHolder

setListEntries

public void setListEntries(ListEntriesBean listEntries)
Description copied from interface: ListEntriesHolder

Set the current listEntries object for this configuration bean.

Specified by:
setListEntries in interface ListEntriesHolder
Parameters:
listEntries - The new listEntries object

addManagedProperty

public void addManagedProperty(ManagedPropertyBean descriptor)

getManagedProperty

public ManagedPropertyBean getManagedProperty(java.lang.String name)

getManagedProperties

public ManagedPropertyBean[] getManagedProperties()

removeManagedProperty

public void removeManagedProperty(ManagedPropertyBean descriptor)

getMapEntries

public MapEntriesBean getMapEntries()
Description copied from interface: MapEntriesHolder

Return the current mapEntries object for this configuration bean.

Specified by:
getMapEntries in interface MapEntriesHolder

setMapEntries

public void setMapEntries(MapEntriesBean mapEntries)
Description copied from interface: MapEntriesHolder

Set the current mapEntries object for this configuration bean.

Specified by:
setMapEntries in interface MapEntriesHolder
Parameters:
mapEntries - The new mapEntries object


Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.