|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjodd.madvoc.result.ActionResult
jodd.madvoc.result.NoneResult
public class NoneResult
None result processing, for direct outputs.
Field Summary | |
---|---|
static java.lang.String |
NAME
|
Fields inherited from class jodd.madvoc.result.ActionResult |
---|
type |
Constructor Summary | |
---|---|
NoneResult()
|
Method Summary | |
---|---|
void |
execute(ActionRequest request,
java.lang.String resultValue)
Executes result on given action result value. |
Methods inherited from class jodd.madvoc.result.ActionResult |
---|
getType, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String NAME
Constructor Detail |
---|
public NoneResult()
Method Detail |
---|
public void execute(ActionRequest request, java.lang.String resultValue) throws java.lang.Exception
execute
in class ActionResult
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |