|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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,
java.lang.String propertyName,
boolean persist)
|
|
BeanActionSupport(ActionBase action,
BeanClass beanClass,
SessionPersistence persistence)
|
|
BeanActionSupport(ActionBase action,
BeanClass beanClass,
SessionPersistence persistence,
java.lang.String propertyName)
|
|
BeanActionSupport(ActionBase action,
BeanRecordProxy<T> record,
SessionPersistence persistence)
|
|
BeanActionSupport(ActionBase action,
BeanRecordProxy<T> record,
SessionPersistence persistence,
java.lang.String propertyName)
|
|
BeanActionSupport(ActionBase action,
java.util.List<Column> updateColumns,
Column[] keyColumns,
SessionPersistence persistence)
|
|
BeanActionSupport(ActionBase action,
java.util.List<Column> updateColumns,
Column[] keyColumns,
SessionPersistence persistence,
java.lang.String propertyName)
|
|
BeanActionSupport(ActionBase action,
java.util.List<Column> updateColumns,
Column keyColumn,
SessionPersistence persistence)
|
|
BeanListActionSupport(ActionBase action,
java.lang.Class<T> beanClass,
java.lang.String propertyName)
|
|
FormActionSupport(ActionBase action,
java.lang.String propertyName)
Creates a new FormActionSupport object. |
|
ListActionSupport(ActionBase action,
java.lang.String propertyName)
|
|
ReaderListActionSupport(ActionBase action,
java.lang.String propertyName)
|
|
RecordActionSupport(ActionBase action,
DBRowSet rowset,
DBRecord record,
RecordActionSupport.SessionPersistance persistence)
Deprecated. |
|
RecordActionSupport(ActionBase action,
DBRowSet rowset,
DBRecord record,
RecordActionSupport.SessionPersistance persistence,
java.lang.String propertyName)
Deprecated. |
|
RecordActionSupport(ActionBase action,
DBRowSet rowset,
DBRecord record,
SessionPersistence persistence)
|
|
RecordActionSupport(ActionBase action,
DBRowSet rowset,
DBRecord record,
SessionPersistence persistence,
java.lang.String propertyName)
|
|
RecordFormActionSupport(ActionBase action,
SessionPersistence persistence)
|
|
RecordFormActionSupport(ActionBase action,
SessionPersistence persistence,
java.lang.String propertyName)
|
Uses of ActionBase in org.apache.empire.struts2.websample.web.actions |
---|
Subclasses of ActionBase in org.apache.empire.struts2.websample.web.actions | |
---|---|
class |
EmployeeDetailAction
|
class |
EmployeeListAction
|
class |
LoginAction
|
Uses of ActionBase in org.apache.empire.struts2.websample.web.actiontypes |
---|
Subclasses of ActionBase in org.apache.empire.struts2.websample.web.actiontypes | |
---|---|
class |
Action
|
class |
BeanDetailAction<T>
BeanDetailAction |
class |
DetailAction
|
class |
SampleAction
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |