java.lang.Objectorg.apache.geronimo.jee.web.WebApp
All Implemented Interfaces:
Serializable
Java class for web-app complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="web-app"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://geronimo.apache.org/xml/ns/deployment-1.2}environment" minOccurs="0"/> <element name="context-root" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="work-dir" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://geronimo.apache.org/xml/ns/naming-1.2}web-container" minOccurs="0"/> <element name="container-config" type="{http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1}container-configType" minOccurs="0"/> <group ref="{http://geronimo.apache.org/xml/ns/naming-1.2}jndiEnvironmentRefsGroup"/> <element ref="{http://geronimo.apache.org/xml/ns/naming-1.2}message-destination" maxOccurs="unbounded" minOccurs="0"/> <sequence minOccurs="0"> <element name="security-realm-name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element ref="{http://geronimo.apache.org/xml/ns/j2ee/application-2.0}security" minOccurs="0"/> </sequence> <choice maxOccurs="unbounded" minOccurs="0"> <element ref="{http://geronimo.apache.org/xml/ns/deployment-1.2}service" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://java.sun.com/xml/ns/persistence}persistence"/> </choice> </sequence> </restriction> </complexContent> </complexType>
$
- Rev: 672410 $ $Date: 2008-06-28 06:16:51 +0800 (Sat, 28 Jun 2008) $Field Summary | ||
---|---|---|
protected Environment | environment | |
protected String | contextRoot | |
protected String | workDir | |
protected GbeanLocator | webContainer | |
protected ContainerConfig | containerConfig | |
protected List<AbstractNamingEntry> | abstractNamingEntry | |
protected List<EjbRef> | ejbRef | |
protected List<EjbLocalRef> | ejbLocalRef | |
protected List<ServiceRef> | serviceRef | |
protected List<ResourceRef> | resourceRef | |
protected List<ResourceEnvRef> | resourceEnvRef | |
protected List<MessageDestination> | messageDestination | |
protected String | securityRealmName | |
protected JAXBElement<AbstractSecurity> | security | |
protected List<Serializable> | serviceOrPersistence |
Method from org.apache.geronimo.jee.web.WebApp Summary: |
---|
getAbstractNamingEntry, getContainerConfig, getContextRoot, getEjbLocalRef, getEjbRef, getEnvironment, getMessageDestination, getResourceEnvRef, getResourceRef, getSecurity, getSecurityRealmName, getServiceOrPersistence, getServiceRef, getWebContainer, getWorkDir, setContainerConfig, setContextRoot, setEnvironment, setSecurity, setSecurityRealmName, setWebContainer, setWorkDir |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from org.apache.geronimo.jee.web.WebApp Detail: |
---|
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a For example, to add a new item, do as follows: getAbstractNamingEntry().add(newItem); Objects of the following type(s) are allowed in the list JAXBElement {@code <}GbeanRef {@code >} JAXBElement {@code <}PersistenceContextRef {@code >} JAXBElement {@code <}AbstractNamingEntry {@code >} JAXBElement {@code <}PersistenceUnitRef {@code >} |
|
|
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a For example, to add a new item, do as follows: getEjbLocalRef().add(newItem); Objects of the following type(s) are allowed in the list EjbLocalRef |
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a For example, to add a new item, do as follows: getEjbRef().add(newItem); Objects of the following type(s) are allowed in the list EjbRef |
|
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a For example, to add a new item, do as follows: getMessageDestination().add(newItem); Objects of the following type(s) are allowed in the list MessageDestination |
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a For example, to add a new item, do as follows: getResourceEnvRef().add(newItem); Objects of the following type(s) are allowed in the list ResourceEnvRef |
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a For example, to add a new item, do as follows: getResourceRef().add(newItem); Objects of the following type(s) are allowed in the list ResourceRef |
|
|
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a For example, to add a new item, do as follows: getServiceOrPersistence().add(newItem); Objects of the following type(s) are allowed in the list JAXBElement {@code <}AbstractService {@code >} JAXBElement {@code <}Gbean {@code >} Persistence |
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a For example, to add a new item, do as follows: getServiceRef().add(newItem); Objects of the following type(s) are allowed in the list ServiceRef |
|
|
|
|
|
|
|
|
|