|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.werken.blissed.jelly.JellyActivity
State activity based upon a Jelly script.
| Constructor Summary | |
JellyActivity(org.apache.commons.jelly.Script script)
Construct. |
|
| Method Summary | |
org.apache.commons.jelly.Script |
getScript()
Retrieve the Jelly script. |
void |
perform(ProcessContext context)
Perform this activity within the specified procession. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JellyActivity(org.apache.commons.jelly.Script script)
script - The jelly script.| Method Detail |
public org.apache.commons.jelly.Script getScript()
public void perform(ProcessContext context)
throws ActivityException
perform in interface Activitycontext - The process contextActivityException - if an error occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||