org.apache.geronimo.console.configcreator
Class AbstractHandler.WARConfigData

java.lang.Object
  extended by org.apache.geronimo.console.configcreator.AbstractHandler.WARConfigData
Enclosing class:
AbstractHandler

public static class AbstractHandler.WARConfigData
extends Object


Constructor Summary
AbstractHandler.WARConfigData()
           
 
Method Summary
 String getArtifactId()
           
 String getContextRoot()
           
 List getDependencies()
           
 String getDeploymentPlan()
           
 List getEjbLocalRefs()
           
 List getEjbRefs()
           
 String getGroupId()
           
 String getHiddenClasses()
           
 List getJavaMailSessionRefs()
           
 List getJdbcPoolRefs()
           
 List getJmsConnectionFactoryRefs()
           
 List getJmsDestinationRefs()
           
 List getMessageDestinations()
           
 String getNonOverridableClasses()
           
 GerSecurityType getSecurity()
           
 String getSecurityRealmName()
           
 String getType()
           
 String getUploadedWarUri()
           
 String getVersion()
           
 List<GerServiceRefType> getWebServiceRefs()
           
 boolean isInverseClassLoading()
           
 boolean isReferenceNotResolved()
           
 void readEnvironmentData(javax.portlet.PortletRequest request)
           
 void readReferencesData(javax.portlet.PortletRequest request)
           
 void readSecurityData(javax.portlet.PortletRequest request)
           
 void readWebServiceRefsData(javax.portlet.PortletRequest request)
           
 void setArtifactId(String artifactId)
           
 void setContextRoot(String contextRoot)
           
 void setDeploymentPlan(String deploymentPlan)
           
 void setGroupId(String groupId)
           
 void setHiddenClasses(String hiddenClasses)
           
 void setInverseClassLoading(boolean inverseClassLoading)
           
 void setNonOverridableClasses(String nonOverridableClasses)
           
 void setReferenceNotResolved(boolean referenceNotResolved)
           
 void setSecurity(GerSecurityType security)
           
 void setSecurityRealmName(String securityRealmName)
           
 void setType(String type)
           
 void setUploadedWarUri(String uploadedWarUri)
           
 void setVersion(String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractHandler.WARConfigData

public AbstractHandler.WARConfigData()
Method Detail

readEnvironmentData

public void readEnvironmentData(javax.portlet.PortletRequest request)

readReferencesData

public void readReferencesData(javax.portlet.PortletRequest request)

readWebServiceRefsData

public void readWebServiceRefsData(javax.portlet.PortletRequest request)

readSecurityData

public void readSecurityData(javax.portlet.PortletRequest request)

getContextRoot

public String getContextRoot()

setContextRoot

public void setContextRoot(String contextRoot)

getArtifactId

public String getArtifactId()

setArtifactId

public void setArtifactId(String artifactId)

getGroupId

public String getGroupId()

setGroupId

public void setGroupId(String groupId)

getType

public String getType()

setType

public void setType(String type)

getVersion

public String getVersion()

setVersion

public void setVersion(String version)

getHiddenClasses

public String getHiddenClasses()

setHiddenClasses

public void setHiddenClasses(String hiddenClasses)

getNonOverridableClasses

public String getNonOverridableClasses()

setNonOverridableClasses

public void setNonOverridableClasses(String nonOverridableClasses)

isInverseClassLoading

public boolean isInverseClassLoading()

setInverseClassLoading

public void setInverseClassLoading(boolean inverseClassLoading)

getDependencies

public List getDependencies()

getEjbLocalRefs

public List getEjbLocalRefs()

getEjbRefs

public List getEjbRefs()

getJdbcPoolRefs

public List getJdbcPoolRefs()

getJmsConnectionFactoryRefs

public List getJmsConnectionFactoryRefs()

getJmsDestinationRefs

public List getJmsDestinationRefs()

getMessageDestinations

public List getMessageDestinations()

getJavaMailSessionRefs

public List getJavaMailSessionRefs()

getWebServiceRefs

public List<GerServiceRefType> getWebServiceRefs()

isReferenceNotResolved

public boolean isReferenceNotResolved()

setReferenceNotResolved

public void setReferenceNotResolved(boolean referenceNotResolved)

getUploadedWarUri

public String getUploadedWarUri()

setUploadedWarUri

public void setUploadedWarUri(String uploadedWarUri)

getDeploymentPlan

public String getDeploymentPlan()

setDeploymentPlan

public void setDeploymentPlan(String deploymentPlan)

getSecurityRealmName

public String getSecurityRealmName()

setSecurityRealmName

public void setSecurityRealmName(String securityRealmName)

getSecurity

public GerSecurityType getSecurity()

setSecurity

public void setSecurity(GerSecurityType security)


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.