org.apache.struts.action
Class ActionBase

java.lang.Object
  |
  +--org.apache.struts.action.Action
        |
        +--org.apache.struts.action.ActionBase

Deprecated. Application action classes should now extend Action directly, rather than this class.

public class ActionBase
extends Action

Abstract basic implementation of Action that provides useful utility methods for use by Action classes.

Version:
$Revision: 1.1 $ $Date$
Author:
Craig R. McClanahan

Fields inherited from class org.apache.struts.action.Action
DATA_SOURCE_KEY, defaultLocale, ERROR_KEY, EXCEPTION_KEY, FORM_BEANS_KEY, FORWARDS_KEY, LOCALE_KEY, MAPPING_KEY, MAPPINGS_KEY, MESSAGES_KEY, MULTIPART_KEY, servlet, SERVLET_KEY, TRANSACTION_TOKEN_KEY
 
Constructor Summary
ActionBase()
          Deprecated.  
 
Methods inherited from class org.apache.struts.action.Action
generateToken, getLocale, getResources, getServlet, isCancelled, isTokenValid, perform, perform, perform, perform, resetToken, saveErrors, saveToken, setLocale, setServlet, toHex
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

ActionBase

public ActionBase()
Deprecated. 


Copyright © 2000-2001 - Apache Software Foundation