|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActionIF
PUBLIC: Interface for server-side actions which update the topic map or otherwise act on information received from client-side forms.
Method Summary | |
---|---|
void |
perform(ActionParametersIF params,
ActionResponseIF response)
PUBLIC: Performs the action using the values provided by the params parameter. |
Method Detail |
---|
void perform(ActionParametersIF params, ActionResponseIF response) throws ActionRuntimeException
params
parameter.
The whole set of available parameters and attributes are
summarized in the request
object, to allow the
action access to further relevant information.
ActionRuntimeException
- Thrown if a problem occurs
while executing the action.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |