|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pebble.web.action.Action
public abstract class Action
The superclass for all command/action components delegated to by the controller.
Constructor Summary | |
---|---|
Action()
|
Method Summary | |
---|---|
Model |
getModel()
Gets the model. |
abstract View |
process(HttpServletRequest request,
HttpServletResponse response)
Peforms the processing associated with this action. |
void |
setModel(Model model)
Sets the model. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Action()
Method Detail |
---|
public Model getModel()
public void setModel(Model model)
model
- a Model instancepublic abstract View process(HttpServletRequest request, HttpServletResponse response) throws ServletException
request
- the HttpServletRequest instanceresponse
- the HttpServletResponse instance
ServletException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |