org.oddjob.webapp.jsf
Class PropertiesTabAction

java.lang.Object
  extended by org.oddjob.webapp.jsf.DetailBase
      extended by org.oddjob.webapp.jsf.PropertiesTabAction

@ManagedBean(name="properties")
public class PropertiesTabAction
extends DetailBase

The backing bean that handles the property tab.

Author:
Rob Gordon.

Constructor Summary
PropertiesTabAction()
           
 
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 org.oddjob.webapp.jsf.DetailBase
getDetail, getJobInfoLookup, getRefId, setDetail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesTabAction

public PropertiesTabAction()
Method Detail

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: