org.loom.action
Interface Action

All Known Implementing Classes:
AbstractAction, AbstractActionImpl, ResourcesAction

public interface Action

The interface that must be implemented by any Action


Method Summary
 ActionContext getContext()
           
 void setContext(ActionContext context)
           
 

Method Detail

setContext

void setContext(ActionContext context)

getContext

ActionContext getContext()