org.davesag.generica.controller
Class AbstractActionController
java.lang.Object
org.davesag.generica.controller.AbstractController
org.davesag.generica.controller.AbstractActionController
- All Implemented Interfaces:
- ActionController, Controller
- Direct Known Subclasses:
- AbstractHibernateController, SimpleUploadController
- public abstract class AbstractActionController
- extends AbstractController
- implements ActionController
The AbstractActionController is a good root class for all of
your ActionController s. Extend this and implement whichever
specific ActionController interface you need.
- Since:
- Generica 1.0
- Version:
- CVS Revision $Id: AbstractActionController.java,v 1.3 2004/03/30 13:00:40 davesag Exp $
- Author:
- Dave Sag
http://www.davesag.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
theAction
protected AbstractAction theAction
AbstractActionController
public AbstractActionController()
setAction
public void setAction(AbstractAction action)
- Sets the struts action.
- Specified by:
setAction in interface ActionController
- Parameters:
action - The action.
getAction
public AbstractAction getAction()
- get the struts action.
- Returns:
- the struts action.
getMessages
public MessageResources getMessages()
- get the web app's message resources.
- Returns:
- The Web Application's message resources.
Dave Sag Generica API version 0.5.9 - (prerelease) Copyright © 2003 - 2004 Dave Sag.