org.oddjob.webapp.jsf
Class PropertiesTabAction
java.lang.Object
org.oddjob.webapp.jsf.DetailBase
org.oddjob.webapp.jsf.PropertiesTabAction
@ManagedBean(name="properties")
public class PropertiesTabAction
- extends DetailBase
The backing bean that handles the property tab.
- Author:
- Rob Gordon.
Method Summary |
Collection<Map.Entry<String,String>> |
getEntries()
Get the property entry set. |
void |
init()
Called when the bean is created which because this is a request scope
bean is at the beginning of each request that this bean is used for. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertiesTabAction
public PropertiesTabAction()
init
@PostConstruct
public void init()
- Called when the bean is created which because this is a request scope
bean is at the beginning of each request that this bean is used for.
getEntries
public Collection<Map.Entry<String,String>> getEntries()
- Get the property entry set.
- Returns: