FileDocCategorySizeDatePackage
Action.javaAPI DocExample455Sat Nov 22 19:35:12 GMT 2003s2wexample.controller

Action

public interface Action
The interface that all actions implement

Fields Summary
Constructors Summary
Methods Summary
public booleanperformAction(javax.servlet.http.HttpServletRequest req, javax.servlet.ServletContext context)
Perform the action in question.

return
true if the action suceeded and we should move to the next state, or false if not