org.objectweb.jonas.webapp.jonasadmin.service.container
Class EarForm

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended byorg.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

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
EarForm()
           
 
Method Summary
 java.lang.String getEarPath()
           
 java.lang.String getFilename()
           
 java.util.ArrayList getListAppClientModules()
           
 java.util.ArrayList getListAppClients()
           
 java.util.ArrayList getListJarModules()
           
 java.util.ArrayList getListJars()
           
 java.util.ArrayList getListRarModules()
           
 java.util.ArrayList getListRars()
           
 java.util.ArrayList getListWars()
           
 java.util.ArrayList getListWebModules()
           
 java.lang.String getModuleName()
           
 java.lang.String getObjectName()
           
 java.lang.String getPath()
           
 java.lang.String getXmlDeploymentDescriptor()
           
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
          Reset all properties to their default values.
 void setEarPath(java.net.URL p_Url)
           
 void setFilename(java.lang.String filename)
           
 void setListAppClientModules(java.util.ArrayList listAppClientModules)
           
 void setListAppClients(java.util.ArrayList listAppClients)
           
 void setListJarModules(java.util.ArrayList listJarModules)
           
 void setListJars(java.net.URL[] pa_Url)
          Set list of Ejb Jar with Jar given in a array of URL.
 void setListRarModules(java.util.ArrayList listRarModules)
           
 void setListRars(java.net.URL[] pa_Url)
          Set list of Ejb Rar with Rar given in a array of URL.
 void setListWars(java.net.URL[] pa_Url)
          Set list of Ejb War with War given in a array of URL.
 void setListWebModules(java.util.ArrayList listWebModules)
           
 void setModuleName(java.lang.String moduleName)
           
 void setObjectName(java.lang.String objectName)
           
 void setPath(java.lang.String path)
           
 void setXmlDeploymentDescriptor(java.lang.String xmlDeploymentDescriptor)
           
 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.
 
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
 

Constructor Detail

EarForm

public EarForm()
Method Detail

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 instance
request - 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 instance
request - 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.