org.oddjob.webapp.model
Class WebJobActions
java.lang.Object
org.oddjob.webapp.model.WebJobActions
public class WebJobActions
- extends Object
Collect together actions.
- Author:
- Rob Gordon.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebJobActions
public WebJobActions()
select
public void select(Object component,
ExplorerContext explorerContext)
commands
public Collection<String> commands()
isEnabled
public boolean isEnabled(String command)
action
public void action(String command)
throws Exception
- Throws:
Exception