org.objectweb.jonas.webapp.jonasadmin.service.container
Class EarForm
java.lang.Object
org.apache.struts.action.ActionForm
org.objectweb.jonas.webapp.jonasadmin.service.container.EarForm
- All Implemented Interfaces:
- java.io.Serializable
- public class EarForm
- extends org.apache.struts.action.ActionForm
- Author:
- Michel-Ange ANTON
- See Also:
- Serialized Form
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
Methods inherited from class org.apache.struts.action.ActionForm |
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EarForm
public EarForm()
reset
public void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
- Reset all properties to their default values.
- Parameters:
mapping
- The mapping used to select this instancerequest
- The servlet request we are processing
validate
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
- Validate the properties that have been set from this HTTP request,
and return an
ActionErrors
object that encapsulates any
validation errors that have been found. If no errors are found, return
null
or an ActionErrors
object with no
recorded error messages.
- Parameters:
mapping
- The mapping used to select this instancerequest
- The servlet request we are processing
getPath
public java.lang.String getPath()
setPath
public void setPath(java.lang.String path)
getFilename
public java.lang.String getFilename()
setFilename
public void setFilename(java.lang.String filename)
getEarPath
public java.lang.String getEarPath()
setEarPath
public void setEarPath(java.net.URL p_Url)
getListJars
public java.util.ArrayList getListJars()
setListJars
public void setListJars(java.net.URL[] pa_Url)
- Set list of Ejb Jar with Jar given in a array of
URL
.
Each item of list is a ContainerItem
.
- Parameters:
pa_Url
- Array of Url Jar
getListRars
public java.util.ArrayList getListRars()
setListRars
public void setListRars(java.net.URL[] pa_Url)
- Set list of Ejb Rar with Rar given in a array of
URL
.
Each item of list is a ContainerItem
.
- Parameters:
pa_Url
- Array of Rar
getListWars
public java.util.ArrayList getListWars()
setListWars
public void setListWars(java.net.URL[] pa_Url)
- Set list of Ejb War with War given in a array of
URL
.
Each item of list is a ContainerItem
.
- Parameters:
pa_Url
- Array of War
getXmlDeploymentDescriptor
public java.lang.String getXmlDeploymentDescriptor()
setXmlDeploymentDescriptor
public void setXmlDeploymentDescriptor(java.lang.String xmlDeploymentDescriptor)
getObjectName
public java.lang.String getObjectName()
setObjectName
public void setObjectName(java.lang.String objectName)
getModuleName
public java.lang.String getModuleName()
setModuleName
public void setModuleName(java.lang.String moduleName)
getListAppClients
public java.util.ArrayList getListAppClients()
- Returns:
- Returns the listAppClients.
setListAppClients
public void setListAppClients(java.util.ArrayList listAppClients)
- Parameters:
listAppClients
- The listAppClients to set.
getListWebModules
public java.util.ArrayList getListWebModules()
- Returns:
- Returns the listWebModules.
setListWebModules
public void setListWebModules(java.util.ArrayList listWebModules)
- Parameters:
listWebModules
- The listWebModules to set.
getListJarModules
public java.util.ArrayList getListJarModules()
- Returns:
- Returns the listJarModules.
setListJarModules
public void setListJarModules(java.util.ArrayList listJarModules)
- Parameters:
listJarModules
- The listJarModules to set.
getListRarModules
public java.util.ArrayList getListRarModules()
- Returns:
- Returns the listRarModules.
setListRarModules
public void setListRarModules(java.util.ArrayList listRarModules)
- Parameters:
listRarModules
- The listRarModules to set.
getListAppClientModules
public java.util.ArrayList getListAppClientModules()
- Returns:
- Returns the listAppClientModules.
setListAppClientModules
public void setListAppClientModules(java.util.ArrayList listAppClientModules)
- Parameters:
listAppClientModules
- The listAppClientModules to set.