|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.pbemengine.engine.ng.base.webserver.ChainResultAction
public class ChainResultAction
A Chained Result action. The results from a given action are chained to the next action.
| Constructor Summary | |
|---|---|
ChainResultAction(java.lang.String nextAction,
ContextPathHandler cph)
|
|
| Method Summary | |
|---|---|
Content |
processResult(Action action)
Takes an action object and generate a Content object for it |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChainResultAction(java.lang.String nextAction,
ContextPathHandler cph)
| Method Detail |
|---|
public Content processResult(Action action)
ResultAction
processResult in interface ResultActionaction - The action that indicated this result should be invoked
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||