public interface Result extends Serializable
Action.NONE
) of an Action
are mapped to a View implementation.
Examples of Views might be:
Modifier and Type | Method and Description |
---|---|
void |
execute(ActionInvocation invocation)
Represents a generic interface for all action execution results.
|
void execute(ActionInvocation invocation) throws Exception
invocation
- the invocation context.Exception
- can be thrown.Copyright © 2000–2020 Apache Software Foundation. All rights reserved.