org.jasig.portal.container.om.servlet
Class ResourceEnvRefImpl
java.lang.Object
org.jasig.portal.container.om.servlet.ResourceEnvRefImpl
- All Implemented Interfaces:
- java.io.Serializable
public class ResourceEnvRefImpl
- extends java.lang.Object
- implements java.io.Serializable
Data structure to support WebApplicationDefinition for
marshalling and unmarshalling of web.xml.
Not needed by the Pluto container.
- Version:
- $Revision: 1.2 $
- Author:
- Ken Weiner, kweiner@unicon.net
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
descriptions
private org.apache.pluto.om.common.DescriptionSet descriptions
resourceEnvRefName
private java.lang.String resourceEnvRefName
resourceEnvRefType
private java.lang.String resourceEnvRefType
ResourceEnvRefImpl
public ResourceEnvRefImpl()
getDescriptions
public org.apache.pluto.om.common.DescriptionSet getDescriptions()
getResourceEnvRefName
public java.lang.String getResourceEnvRefName()
getResourceEnvRefType
public java.lang.String getResourceEnvRefType()
setDescriptions
public void setDescriptions(org.apache.pluto.om.common.DescriptionSet descriptions)
setResourceEnvRefName
public void setResourceEnvRefName(java.lang.String resourceEnvRefName)
setResourceEnvRefType
public void setResourceEnvRefType(java.lang.String resourceEnvRefType)