|
||||||||||
| 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. |
String |
getName()
Getter for property name. |
Map<String,ManagedPropertyConfig> |
getProperties()
Return the list of managed properties associated with this managed bean. |
ManagedPropertyConfig |
getProperty(String name)
Return the managed property (associated with this managed bean) with the specified name, if any; otherwise, return null. |
String |
getScope()
Getter for property scope. |
String |
getType()
Getter for property type. |
void |
setListEntries(ListEntriesConfig listEntries)
Setter for property listEntries. |
void |
setMapEntries(MapEntriesConfig mapEntries)
Setter for property mapEntries. |
void |
setName(String name)
Setter for property name. |
void |
setScope(String scope)
Setter for property scope. |
void |
setType(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 String getName()
public void setName(String name)
name - New value of property name.public String getType()
public void setType(String type)
type - New value of property type.public String getScope()
public void setScope(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 Map<String,ManagedPropertyConfig> getProperties()
Return the list of managed properties associated with this managed bean.
public ManagedPropertyConfig getProperty(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 | |||||||||