org.oddjob.webapp.model
Class WebJobActions

java.lang.Object
  extended by org.oddjob.webapp.model.WebJobActions

public class WebJobActions
extends Object

Collect together actions.

Author:
Rob Gordon.

Constructor Summary
WebJobActions()
           
 
Method Summary
 void action(String command)
           
 Collection<String> commands()
           
 boolean isEnabled(String command)
           
 void select(Object component, ExplorerContext explorerContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebJobActions

public WebJobActions()
Method Detail

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