org.apache.lokahi.httpd.gui.www
Class ApacheAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by org.apache.lokahi.core.gui.www.TMCAction<Apache>
          extended by org.apache.lokahi.httpd.gui.www.ApacheAction

public class ApacheAction
extends TMCAction<Apache>

Version:
$Id: ApacheAction.java,v 1.1 2006/03/07 22:05:25 drtobes Exp $
Author:
Stephen Toback

Field Summary
 
Fields inherited from class org.apache.lokahi.core.gui.www.TMCAction
FORWARD_APPLICATION_ERROR, FORWARD_APPLICATION_ERROR_WAP, FORWARD_APPLICATION_SUCCESS, FORWARD_APPLICATION_SUCCESS_WAP, FORWARD_LOGGED_OUT, FORWARD_LOGGED_OUT_WAP, LOGOUT_PARAM, METHOD_PARAM, SESSION_LOGGED_IN_OBJ_PARAM, SUCCESS_MESSAGE, WAP_PARAM
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
ApacheAction()
           
 
Method Summary
 org.apache.struts.action.ActionMessages executeFunctions(org.apache.struts.validator.DynaValidatorForm form, Function f, User user)
           
 
Methods inherited from class org.apache.lokahi.core.gui.www.TMCAction
addMessage, addMessage, errorForward, execute, getMultiTemplate, login, successForward
 
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApacheAction

public ApacheAction()
Method Detail

executeFunctions

public org.apache.struts.action.ActionMessages executeFunctions(org.apache.struts.validator.DynaValidatorForm form,
                                                                Function f,
                                                                User user)
Specified by:
executeFunctions in class TMCAction<Apache>