Uses of Class
org.apache.empire.struts2.actionsupport.ActionBase

Packages that use ActionBase
org.apache.empire.struts2.action   
org.apache.empire.struts2.actionsupport   
 

Uses of ActionBase in org.apache.empire.struts2.action
 

Subclasses of ActionBase in org.apache.empire.struts2.action
 class WebAction
          WebAction should be used as the superclass for all your struts2 action classes.
It implements necessary interfaces for parameter-, translation- and error-handling.
 

Uses of ActionBase in org.apache.empire.struts2.actionsupport
 

Fields in org.apache.empire.struts2.actionsupport declared as ActionBase
protected  ActionBase FormActionSupport.action
           
protected  ActionBase ListActionSupport.action
           
 

Constructors in org.apache.empire.struts2.actionsupport with parameters of type ActionBase
ActionPropertySupport(ActionBase action, String propertyName, boolean persist)
           
BeanActionSupport(ActionBase action, BeanClass beanClass, SessionPersistence persistence)
           
BeanActionSupport(ActionBase action, BeanClass beanClass, SessionPersistence persistence, String propertyName)
           
BeanActionSupport(ActionBase action, BeanRecordProxy<T> record, SessionPersistence persistence)
           
BeanActionSupport(ActionBase action, BeanRecordProxy<T> record, SessionPersistence persistence, String propertyName)
           
BeanActionSupport(ActionBase action, List<Column> updateColumns, Column[] keyColumns, SessionPersistence persistence)
           
BeanActionSupport(ActionBase action, List<Column> updateColumns, Column[] keyColumns, SessionPersistence persistence, String propertyName)
           
BeanActionSupport(ActionBase action, List<Column> updateColumns, Column keyColumn, SessionPersistence persistence)
           
BeanListActionSupport(ActionBase action, Class<T> beanClass, String propertyName)
           
FormActionSupport(ActionBase action, String propertyName)
          Creates a new FormActionSupport object.
ListActionSupport(ActionBase action, String propertyName)
           
ReaderListActionSupport(ActionBase action, String propertyName)
           
RecordActionSupport(ActionBase action, DBRowSet rowset, DBRecord record, RecordActionSupport.SessionPersistance persistence)
          Deprecated. 
RecordActionSupport(ActionBase action, DBRowSet rowset, DBRecord record, RecordActionSupport.SessionPersistance persistence, String propertyName)
          Deprecated. 
RecordActionSupport(ActionBase action, DBRowSet rowset, DBRecord record, SessionPersistence persistence)
           
RecordActionSupport(ActionBase action, DBRowSet rowset, DBRecord record, SessionPersistence persistence, String propertyName)
           
RecordFormActionSupport(ActionBase action, SessionPersistence persistence)
           
RecordFormActionSupport(ActionBase action, SessionPersistence persistence, String propertyName)
           
 



Copyright © 2008–2014 Apache Software Foundation. All rights reserved.