Framework Serveur J2EE ACube V3.1.0
CLASSE PRECEDANTE CLASSE SUIVANTE
SOMMAIRE: ATTR CONSTR METH DETAIL: ATTR CONSTR METH

acube.framework.webcomp.action
Classe BaseActionData
java.lang.Object
  acube.framework.webcomp.action.BaseActionData
Interfaces à implémenter:
Serializable

public class BaseActionData
hérite de Object
implémente Serializable
Bean Container to map StrutsCX request tree with Struts2 XSLTResult.

Sommaire des Attributs
private ArrayList
data
data the data return by the action
private org.w3c.dom.Node
resourcesproperties
resourcesproperties content of the resourcesproperties node
private static final long
serialVersionUID
serialVersionUID the serialVersionUID
private Map
session
session content of the session node
Sommaire des Constructeurs
Sommaire des Méthodes
ArrayList
getData()
Getter of the data
org.w3c.dom.Node
getResourcesproperties()
Getter of the resourcesproperties
Map
getSession()
Getter of the session
void
setData(ArrayList data)
Setter of the data
void
setResourcesproperties(org.w3c.dom.Node resourcesproperties)
Setter of the resourcesproperties
void
setSession(Map session)
Setter of the session
Méthodes héritées de la classe java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Détail des Attributs
serialVersionUID
private static final long serialVersionUID
serialVersionUID the serialVersionUID

data
private ArrayList data
data the data return by the action

resourcesproperties
private org.w3c.dom.Node resourcesproperties
resourcesproperties content of the resourcesproperties node

session
private Map session
session content of the session node
Détail des Constructeurs
BaseActionData
public BaseActionData()
Détail des méthodes
getData
public ArrayList getData()
Getter of the data
Retours:
Returns the data.

setData
public void setData(ArrayList data)
Setter of the data
Paramètres:
data - The data to set.

getResourcesproperties
public org.w3c.dom.Node getResourcesproperties()
Getter of the resourcesproperties
Retours:
Returns the resourcesproperties.

setResourcesproperties
public void setResourcesproperties(org.w3c.dom.Node resourcesproperties)
Setter of the resourcesproperties
Paramètres:
resourcesproperties - The resourcesproperties to set.

getSession
public Map getSession()
Getter of the session
Retours:
Returns the session.

setSession
public void setSession(Map session)
Setter of the session
Paramètres:
session - The session to set.

Framework Serveur J2EE ACube V3.1.0
CLASSE PRECEDANTE CLASSE SUIVANTE
SOMMAIRE: ATTR CONSTR METH DETAIL: ATTR CONSTR METH

Version 3.1.0 du 06/11/2009 / Etat : Validé
Cette création est mise à disposition selon le Contrat Paternité - Pas d'Utilisation Commerciale - Partage des Conditions Initiales à l'Identique disponible en ligne http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ ou par courrier postal à Creative Commons, 559 Nathan Abbott Way, Stanford,California 94305, USA.
Documentation generated by DocFlex