Add ability to have action extensions
Status: Pre-Alpha
Brought to you by:
ghhale
Currrently actions are very simple - output or execute. Would be nice to allow an easy extension so that java code can be called in an action as a single call. For instance:
invoke com.some.pkg.MyAction arg1 arg2...
Have an interface that can be extended with a method:
public Result execute(Object[] args);