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

Packages that use SessionPersistence
org.apache.empire.struts2.actionsupport   
 

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

Fields in org.apache.empire.struts2.actionsupport declared as SessionPersistence
protected  SessionPersistence RecordFormActionSupport.persistence
           
 

Methods in org.apache.empire.struts2.actionsupport that return SessionPersistence
 SessionPersistence RecordFormActionSupport.getPersistence()
           
static SessionPersistence SessionPersistence.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SessionPersistence[] SessionPersistence.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.empire.struts2.actionsupport with parameters of type SessionPersistence
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)
           
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.