org.oddjob.webapp.jsf
Class JobActionsBean
java.lang.Object
org.oddjob.webapp.jsf.DetailBase
org.oddjob.webapp.jsf.JobActionsBean
@ManagedBean(name="commands")
public class JobActionsBean
- extends DetailBase
The backing bean for the command buttons.
- Author:
- Rob Gordon.
Nested Class Summary |
class |
JobActionsBean.Command
The nested class allows each command button to have it's own
action method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JobActionsBean
public JobActionsBean()
getCommands
public Collection<JobActionsBean.Command> getCommands()
- Get the commands.
- Returns: