|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.shale.tiger.managed.config.ManagedBeanConfig
public class ManagedBeanConfig
Representation of the runtime relevant contents of a JavaServer Faces
<managed-bean> configuration element.
| Constructor Summary | |
|---|---|
ManagedBeanConfig()
Creates a new instance of ManagedBeanConfig. |
|
| Method Summary | |
|---|---|
void |
addProperty(ManagedPropertyConfig property)
Add the specified managed property to the set that is associated with this managed bean, replacing any previous entry. |
ListEntriesConfig |
getListEntries()
Getter for property listEntries. |
MapEntriesConfig |
getMapEntries()
Getter for property mapEntries. |
java.lang.String |
getName()
Getter for property name. |
java.util.Map<java.lang.String,ManagedPropertyConfig> |
getProperties()
Return the list of managed properties associated with this managed bean. |
ManagedPropertyConfig |
getProperty(java.lang.String name)
Return the managed property (associated with this managed bean) with the specified name, if any; otherwise, return null. |
java.lang.String |
getScope()
Getter for property scope. |
java.lang.String |
getType()
Getter for property type. |
void |
setListEntries(ListEntriesConfig listEntries)
Setter for property listEntries. |
void |
setMapEntries(MapEntriesConfig mapEntries)
Setter for property mapEntries. |
void |
setName(java.lang.String name)
Setter for property name. |
void |
setScope(java.lang.String scope)
Setter for property scope. |
void |
setType(java.lang.String type)
Setter for property type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ManagedBeanConfig()
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - New value of property name.public java.lang.String getType()
public void setType(java.lang.String type)
type - New value of property type.public java.lang.String getScope()
public void setScope(java.lang.String scope)
scope - New value of property scope.public void addProperty(ManagedPropertyConfig property)
Add the specified managed property to the set that is associated with this managed bean, replacing any previous entry.
property - The managed property to addpublic java.util.Map<java.lang.String,ManagedPropertyConfig> getProperties()
Return the list of managed properties associated with this managed bean.
public ManagedPropertyConfig getProperty(java.lang.String name)
Return the managed property (associated with this managed bean) with the specified name, if any; otherwise, return null.
name - Name of the managed property to returnpublic ListEntriesConfig getListEntries()
getListEntries in interface ListEntriesHolderpublic void setListEntries(ListEntriesConfig listEntries)
setListEntries in interface ListEntriesHolderlistEntries - New value of property listEntries.public MapEntriesConfig getMapEntries()
getMapEntries in interface MapEntriesHolderpublic void setMapEntries(MapEntriesConfig mapEntries)
setMapEntries in interface MapEntriesHoldermapEntries - New value of property mapEntries.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||