public class MockResult extends Object implements Result
Result
.Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_PARAM |
Constructor and Description |
---|
MockResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
void |
execute(ActionInvocation invocation)
Represents a generic interface for all action execution results.
|
int |
hashCode() |
void |
setFoo(String foo) |
public static final String DEFAULT_PARAM
public void execute(ActionInvocation invocation) throws Exception
Result
public void setFoo(String foo)
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.