|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JbossWebDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
JbossWebDescriptor descriptor = Descriptors.create(JbossWebDescriptor.class);
Method Summary | |
---|---|
JbossWebDescriptor |
contextRoot(String contextRoot)
Sets the context-root element |
DataSourceType<JbossWebDescriptor> |
createDataSource()
Creates a new data-source element |
EjbLocalRefType<JbossWebDescriptor> |
createEjbLocalRef()
Creates a new ejb-local-ref element |
EjbRefType<JbossWebDescriptor> |
createEjbRef()
Creates a new ejb-ref element |
EnvEntryType<JbossWebDescriptor> |
createEnvEntry()
Creates a new env-entry element |
MessageDestinationType<JbossWebDescriptor> |
createMessageDestination()
Creates a new message-destination element |
MessageDestinationRefType<JbossWebDescriptor> |
createMessageDestinationRef()
Creates a new message-destination-ref element |
PersistenceContextRefType<JbossWebDescriptor> |
createPersistenceContextRef()
Creates a new persistence-context-ref element |
PersistenceUnitRefType<JbossWebDescriptor> |
createPersistenceUnitRef()
Creates a new persistence-unit-ref element |
LifecycleCallbackType<JbossWebDescriptor> |
createPostConstruct()
Creates a new post-construct element |
LifecycleCallbackType<JbossWebDescriptor> |
createPreDestroy()
Creates a new pre-destroy element |
ResourceEnvRefType<JbossWebDescriptor> |
createResourceEnvRef()
Creates a new resource-env-ref element |
ResourceRefType<JbossWebDescriptor> |
createResourceRef()
Creates a new resource-ref element |
SecurityRoleType<JbossWebDescriptor> |
createSecurityRole()
Creates a new security-role element |
ServiceRefType<JbossWebDescriptor> |
createServiceRef()
Creates a new service-ref element |
ServletType<JbossWebDescriptor> |
createServlet()
Creates a new servlet element |
WebserviceDescriptionType<JbossWebDescriptor> |
createWebserviceDescription()
Creates a new webservice-description element |
JbossWebDescriptor |
depends(String... values)
Creates for all String objects representing depends elements,
a new depends element |
List<DataSourceType<JbossWebDescriptor>> |
getAllDataSource()
Returns all data-source elements |
List<String> |
getAllDepends()
Returns all depends elements |
List<EjbLocalRefType<JbossWebDescriptor>> |
getAllEjbLocalRef()
Returns all ejb-local-ref elements |
List<EjbRefType<JbossWebDescriptor>> |
getAllEjbRef()
Returns all ejb-ref elements |
List<EnvEntryType<JbossWebDescriptor>> |
getAllEnvEntry()
Returns all env-entry elements |
List<MessageDestinationType<JbossWebDescriptor>> |
getAllMessageDestination()
Returns all message-destination elements |
List<MessageDestinationRefType<JbossWebDescriptor>> |
getAllMessageDestinationRef()
Returns all message-destination-ref elements |
List<PersistenceContextRefType<JbossWebDescriptor>> |
getAllPersistenceContextRef()
Returns all persistence-context-ref elements |
List<PersistenceUnitRefType<JbossWebDescriptor>> |
getAllPersistenceUnitRef()
Returns all persistence-unit-ref elements |
List<LifecycleCallbackType<JbossWebDescriptor>> |
getAllPostConstruct()
Returns all post-construct elements |
List<LifecycleCallbackType<JbossWebDescriptor>> |
getAllPreDestroy()
Returns all pre-destroy elements |
List<ResourceEnvRefType<JbossWebDescriptor>> |
getAllResourceEnvRef()
Returns all resource-env-ref elements |
List<ResourceRefType<JbossWebDescriptor>> |
getAllResourceRef()
Returns all resource-ref elements |
List<SecurityRoleType<JbossWebDescriptor>> |
getAllSecurityRole()
Returns all security-role elements |
List<ServiceRefType<JbossWebDescriptor>> |
getAllServiceRef()
Returns all service-ref elements |
List<ServletType<JbossWebDescriptor>> |
getAllServlet()
Returns all servlet elements |
List<String> |
getAllVirtualHost()
Returns all virtual-host elements |
List<WebserviceDescriptionType<JbossWebDescriptor>> |
getAllWebserviceDescription()
Returns all webservice-description elements |
String |
getContextRoot()
Returns the context-root element |
GenericBooleanType |
getJaccStarRoleAllow()
Returns the jacc-star-role-allow element |
String |
getJaccStarRoleAllowAsString()
Returns the jacc-star-role-allow element |
Integer |
getMaxActiveSessions()
Returns the max-active-sessions element |
AnnotationType<JbossWebDescriptor> |
getOrCreateAnnotation()
If not already created, a new annotation element with the given value will be created. |
ClassLoadingType<JbossWebDescriptor> |
getOrCreateClassLoading()
If not already created, a new class-loading element with the given value will be created. |
DataSourceType<JbossWebDescriptor> |
getOrCreateDataSource()
If not already created, a new data-source element will be created and returned. |
EjbLocalRefType<JbossWebDescriptor> |
getOrCreateEjbLocalRef()
If not already created, a new ejb-local-ref element will be created and returned. |
EjbRefType<JbossWebDescriptor> |
getOrCreateEjbRef()
If not already created, a new ejb-ref element will be created and returned. |
EnvEntryType<JbossWebDescriptor> |
getOrCreateEnvEntry()
If not already created, a new env-entry element will be created and returned. |
MessageDestinationType<JbossWebDescriptor> |
getOrCreateMessageDestination()
If not already created, a new message-destination element will be created and returned. |
MessageDestinationRefType<JbossWebDescriptor> |
getOrCreateMessageDestinationRef()
If not already created, a new message-destination-ref element will be created and returned. |
PassivationConfigType<JbossWebDescriptor> |
getOrCreatePassivationConfig()
If not already created, a new passivation-config element with the given value will be created. |
PersistenceContextRefType<JbossWebDescriptor> |
getOrCreatePersistenceContextRef()
If not already created, a new persistence-context-ref element will be created and returned. |
PersistenceUnitRefType<JbossWebDescriptor> |
getOrCreatePersistenceUnitRef()
If not already created, a new persistence-unit-ref element will be created and returned. |
LifecycleCallbackType<JbossWebDescriptor> |
getOrCreatePostConstruct()
If not already created, a new post-construct element will be created and returned. |
LifecycleCallbackType<JbossWebDescriptor> |
getOrCreatePreDestroy()
If not already created, a new pre-destroy element will be created and returned. |
ReplicationConfigType<JbossWebDescriptor> |
getOrCreateReplicationConfig()
If not already created, a new replication-config element with the given value will be created. |
ResourceEnvRefType<JbossWebDescriptor> |
getOrCreateResourceEnvRef()
If not already created, a new resource-env-ref element will be created and returned. |
ResourceRefType<JbossWebDescriptor> |
getOrCreateResourceRef()
If not already created, a new resource-ref element will be created and returned. |
SecurityRoleType<JbossWebDescriptor> |
getOrCreateSecurityRole()
If not already created, a new security-role element will be created and returned. |
ServiceRefType<JbossWebDescriptor> |
getOrCreateServiceRef()
If not already created, a new service-ref element will be created and returned. |
ServletType<JbossWebDescriptor> |
getOrCreateServlet()
If not already created, a new servlet element will be created and returned. |
WebserviceDescriptionType<JbossWebDescriptor> |
getOrCreateWebserviceDescription()
If not already created, a new webservice-description element will be created and returned. |
String |
getSecurityDomain()
Returns the security-domain element |
GenericBooleanType |
getUseSessionCookies()
Returns the use-session-cookies element |
String |
getUseSessionCookiesAsString()
Returns the use-session-cookies element |
JbossWebVersionType |
getVersion()
Returns the version attribute |
String |
getVersionAsString()
Returns the version attribute |
JbossWebDescriptor |
jaccStarRoleAllow(GenericBooleanType jaccStarRoleAllow)
Sets the jacc-star-role-allow element |
JbossWebDescriptor |
jaccStarRoleAllow(String jaccStarRoleAllow)
Sets the jacc-star-role-allow element |
JbossWebDescriptor |
maxActiveSessions(Integer maxActiveSessions)
Sets the max-active-sessions element |
JbossWebDescriptor |
removeAllDataSource()
Removes all data-source elements |
JbossWebDescriptor |
removeAllDepends()
Removes the depends element |
JbossWebDescriptor |
removeAllEjbLocalRef()
Removes all ejb-local-ref elements |
JbossWebDescriptor |
removeAllEjbRef()
Removes all ejb-ref elements |
JbossWebDescriptor |
removeAllEnvEntry()
Removes all env-entry elements |
JbossWebDescriptor |
removeAllMessageDestination()
Removes all message-destination elements |
JbossWebDescriptor |
removeAllMessageDestinationRef()
Removes all message-destination-ref elements |
JbossWebDescriptor |
removeAllPersistenceContextRef()
Removes all persistence-context-ref elements |
JbossWebDescriptor |
removeAllPersistenceUnitRef()
Removes all persistence-unit-ref elements |
JbossWebDescriptor |
removeAllPostConstruct()
Removes all post-construct elements |
JbossWebDescriptor |
removeAllPreDestroy()
Removes all pre-destroy elements |
JbossWebDescriptor |
removeAllResourceEnvRef()
Removes all resource-env-ref elements |
JbossWebDescriptor |
removeAllResourceRef()
Removes all resource-ref elements |
JbossWebDescriptor |
removeAllSecurityRole()
Removes all security-role elements |
JbossWebDescriptor |
removeAllServiceRef()
Removes all service-ref elements |
JbossWebDescriptor |
removeAllServlet()
Removes all servlet elements |
JbossWebDescriptor |
removeAllVirtualHost()
Removes the virtual-host element |
JbossWebDescriptor |
removeAllWebserviceDescription()
Removes all webservice-description elements |
JbossWebDescriptor |
removeAnnotation()
Removes the annotation element |
JbossWebDescriptor |
removeClassLoading()
Removes the class-loading element |
JbossWebDescriptor |
removeContextRoot()
Removes the context-root element |
JbossWebDescriptor |
removeJaccStarRoleAllow()
Removes the jacc-star-role-allow attribute |
JbossWebDescriptor |
removeMaxActiveSessions()
Removes the max-active-sessions element |
JbossWebDescriptor |
removePassivationConfig()
Removes the passivation-config element |
JbossWebDescriptor |
removeReplicationConfig()
Removes the replication-config element |
JbossWebDescriptor |
removeSecurityDomain()
Removes the security-domain element |
JbossWebDescriptor |
removeUseSessionCookies()
Removes the use-session-cookies attribute |
JbossWebDescriptor |
removeVersion()
Removes the version attribute |
JbossWebDescriptor |
securityDomain(String securityDomain)
Sets the security-domain element |
JbossWebDescriptor |
useSessionCookies(GenericBooleanType useSessionCookies)
Sets the use-session-cookies element |
JbossWebDescriptor |
useSessionCookies(String useSessionCookies)
Sets the use-session-cookies element |
JbossWebDescriptor |
version(JbossWebVersionType version)
Sets the version attribute |
JbossWebDescriptor |
version(String version)
Sets the version attribute |
JbossWebDescriptor |
virtualHost(String... values)
Creates for all String objects representing virtual-host elements,
a new virtual-host element |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Descriptor |
---|
exportAsString, exportTo, getDescriptorName |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.DescriptorNamespace |
---|
addDefaultNamespaces, addNamespace, getNamespaces, removeAllNamespaces |
Method Detail |
---|
EnvEntryType<JbossWebDescriptor> getOrCreateEnvEntry()
env-entry
element will be created and returned.
Otherwise, the first existing env-entry
element will be returned.
env-entry
EnvEntryType<JbossWebDescriptor> createEnvEntry()
env-entry
element
EnvEntryType
List<EnvEntryType<JbossWebDescriptor>> getAllEnvEntry()
env-entry
elements
env-entry
JbossWebDescriptor removeAllEnvEntry()
env-entry
elements
EnvEntryType
EjbRefType<JbossWebDescriptor> getOrCreateEjbRef()
ejb-ref
element will be created and returned.
Otherwise, the first existing ejb-ref
element will be returned.
ejb-ref
EjbRefType<JbossWebDescriptor> createEjbRef()
ejb-ref
element
EjbRefType
List<EjbRefType<JbossWebDescriptor>> getAllEjbRef()
ejb-ref
elements
ejb-ref
JbossWebDescriptor removeAllEjbRef()
ejb-ref
elements
EjbRefType
EjbLocalRefType<JbossWebDescriptor> getOrCreateEjbLocalRef()
ejb-local-ref
element will be created and returned.
Otherwise, the first existing ejb-local-ref
element will be returned.
ejb-local-ref
EjbLocalRefType<JbossWebDescriptor> createEjbLocalRef()
ejb-local-ref
element
EjbLocalRefType
List<EjbLocalRefType<JbossWebDescriptor>> getAllEjbLocalRef()
ejb-local-ref
elements
ejb-local-ref
JbossWebDescriptor removeAllEjbLocalRef()
ejb-local-ref
elements
EjbLocalRefType
ResourceRefType<JbossWebDescriptor> getOrCreateResourceRef()
resource-ref
element will be created and returned.
Otherwise, the first existing resource-ref
element will be returned.
resource-ref
ResourceRefType<JbossWebDescriptor> createResourceRef()
resource-ref
element
ResourceRefType
List<ResourceRefType<JbossWebDescriptor>> getAllResourceRef()
resource-ref
elements
resource-ref
JbossWebDescriptor removeAllResourceRef()
resource-ref
elements
ResourceRefType
ResourceEnvRefType<JbossWebDescriptor> getOrCreateResourceEnvRef()
resource-env-ref
element will be created and returned.
Otherwise, the first existing resource-env-ref
element will be returned.
resource-env-ref
ResourceEnvRefType<JbossWebDescriptor> createResourceEnvRef()
resource-env-ref
element
ResourceEnvRefType
List<ResourceEnvRefType<JbossWebDescriptor>> getAllResourceEnvRef()
resource-env-ref
elements
resource-env-ref
JbossWebDescriptor removeAllResourceEnvRef()
resource-env-ref
elements
ResourceEnvRefType
MessageDestinationRefType<JbossWebDescriptor> getOrCreateMessageDestinationRef()
message-destination-ref
element will be created and returned.
Otherwise, the first existing message-destination-ref
element will be returned.
message-destination-ref
MessageDestinationRefType<JbossWebDescriptor> createMessageDestinationRef()
message-destination-ref
element
MessageDestinationRefType
List<MessageDestinationRefType<JbossWebDescriptor>> getAllMessageDestinationRef()
message-destination-ref
elements
message-destination-ref
JbossWebDescriptor removeAllMessageDestinationRef()
message-destination-ref
elements
MessageDestinationRefType
PersistenceContextRefType<JbossWebDescriptor> getOrCreatePersistenceContextRef()
persistence-context-ref
element will be created and returned.
Otherwise, the first existing persistence-context-ref
element will be returned.
persistence-context-ref
PersistenceContextRefType<JbossWebDescriptor> createPersistenceContextRef()
persistence-context-ref
element
PersistenceContextRefType
List<PersistenceContextRefType<JbossWebDescriptor>> getAllPersistenceContextRef()
persistence-context-ref
elements
persistence-context-ref
JbossWebDescriptor removeAllPersistenceContextRef()
persistence-context-ref
elements
PersistenceContextRefType
PersistenceUnitRefType<JbossWebDescriptor> getOrCreatePersistenceUnitRef()
persistence-unit-ref
element will be created and returned.
Otherwise, the first existing persistence-unit-ref
element will be returned.
persistence-unit-ref
PersistenceUnitRefType<JbossWebDescriptor> createPersistenceUnitRef()
persistence-unit-ref
element
PersistenceUnitRefType
List<PersistenceUnitRefType<JbossWebDescriptor>> getAllPersistenceUnitRef()
persistence-unit-ref
elements
persistence-unit-ref
JbossWebDescriptor removeAllPersistenceUnitRef()
persistence-unit-ref
elements
PersistenceUnitRefType
LifecycleCallbackType<JbossWebDescriptor> getOrCreatePostConstruct()
post-construct
element will be created and returned.
Otherwise, the first existing post-construct
element will be returned.
post-construct
LifecycleCallbackType<JbossWebDescriptor> createPostConstruct()
post-construct
element
LifecycleCallbackType
List<LifecycleCallbackType<JbossWebDescriptor>> getAllPostConstruct()
post-construct
elements
post-construct
JbossWebDescriptor removeAllPostConstruct()
post-construct
elements
LifecycleCallbackType
LifecycleCallbackType<JbossWebDescriptor> getOrCreatePreDestroy()
pre-destroy
element will be created and returned.
Otherwise, the first existing pre-destroy
element will be returned.
pre-destroy
LifecycleCallbackType<JbossWebDescriptor> createPreDestroy()
pre-destroy
element
LifecycleCallbackType
List<LifecycleCallbackType<JbossWebDescriptor>> getAllPreDestroy()
pre-destroy
elements
pre-destroy
JbossWebDescriptor removeAllPreDestroy()
pre-destroy
elements
LifecycleCallbackType
DataSourceType<JbossWebDescriptor> getOrCreateDataSource()
data-source
element will be created and returned.
Otherwise, the first existing data-source
element will be returned.
data-source
DataSourceType<JbossWebDescriptor> createDataSource()
data-source
element
DataSourceType
List<DataSourceType<JbossWebDescriptor>> getAllDataSource()
data-source
elements
data-source
JbossWebDescriptor removeAllDataSource()
data-source
elements
DataSourceType
ServiceRefType<JbossWebDescriptor> getOrCreateServiceRef()
service-ref
element will be created and returned.
Otherwise, the first existing service-ref
element will be returned.
service-ref
ServiceRefType<JbossWebDescriptor> createServiceRef()
service-ref
element
ServiceRefType
List<ServiceRefType<JbossWebDescriptor>> getAllServiceRef()
service-ref
elements
service-ref
JbossWebDescriptor removeAllServiceRef()
service-ref
elements
ServiceRefType
ClassLoadingType<JbossWebDescriptor> getOrCreateClassLoading()
class-loading
element with the given value will be created.
Otherwise, the existing class-loading
element will be returned.
ClassLoadingType
JbossWebDescriptor removeClassLoading()
class-loading
element
JbossWebDescriptor
JbossWebDescriptor securityDomain(String securityDomain)
security-domain
element
securityDomain
- the value for the element security-domain
JbossWebDescriptor
String getSecurityDomain()
security-domain
element
security-domain
JbossWebDescriptor removeSecurityDomain()
security-domain
element
JbossWebDescriptor
JbossWebDescriptor jaccStarRoleAllow(GenericBooleanType jaccStarRoleAllow)
jacc-star-role-allow
element
jaccStarRoleAllow
- the value for the element jacc-star-role-allow
JbossWebDescriptor
JbossWebDescriptor jaccStarRoleAllow(String jaccStarRoleAllow)
jacc-star-role-allow
element
jaccStarRoleAllow
- the value for the element jacc-star-role-allow
JbossWebDescriptor
GenericBooleanType getJaccStarRoleAllow()
jacc-star-role-allow
element
jacc-star-role-allow
String getJaccStarRoleAllowAsString()
jacc-star-role-allow
element
jacc-star-role-allow
JbossWebDescriptor removeJaccStarRoleAllow()
jacc-star-role-allow
attribute
JbossWebDescriptor
JbossWebDescriptor contextRoot(String contextRoot)
context-root
element
contextRoot
- the value for the element context-root
JbossWebDescriptor
String getContextRoot()
context-root
element
context-root
JbossWebDescriptor removeContextRoot()
context-root
element
JbossWebDescriptor
JbossWebDescriptor virtualHost(String... values)
virtual-host
elements,
a new virtual-host
element
values
- list of virtual-host
objects
JbossWebDescriptor
List<String> getAllVirtualHost()
virtual-host
elements
virtual-host
JbossWebDescriptor removeAllVirtualHost()
virtual-host
element
JbossWebDescriptor
JbossWebDescriptor useSessionCookies(GenericBooleanType useSessionCookies)
use-session-cookies
element
useSessionCookies
- the value for the element use-session-cookies
JbossWebDescriptor
JbossWebDescriptor useSessionCookies(String useSessionCookies)
use-session-cookies
element
useSessionCookies
- the value for the element use-session-cookies
JbossWebDescriptor
GenericBooleanType getUseSessionCookies()
use-session-cookies
element
use-session-cookies
String getUseSessionCookiesAsString()
use-session-cookies
element
use-session-cookies
JbossWebDescriptor removeUseSessionCookies()
use-session-cookies
attribute
JbossWebDescriptor
ReplicationConfigType<JbossWebDescriptor> getOrCreateReplicationConfig()
replication-config
element with the given value will be created.
Otherwise, the existing replication-config
element will be returned.
ReplicationConfigType
JbossWebDescriptor removeReplicationConfig()
replication-config
element
JbossWebDescriptor
SecurityRoleType<JbossWebDescriptor> getOrCreateSecurityRole()
security-role
element will be created and returned.
Otherwise, the first existing security-role
element will be returned.
security-role
SecurityRoleType<JbossWebDescriptor> createSecurityRole()
security-role
element
SecurityRoleType
List<SecurityRoleType<JbossWebDescriptor>> getAllSecurityRole()
security-role
elements
security-role
JbossWebDescriptor removeAllSecurityRole()
security-role
elements
SecurityRoleType
MessageDestinationType<JbossWebDescriptor> getOrCreateMessageDestination()
message-destination
element will be created and returned.
Otherwise, the first existing message-destination
element will be returned.
message-destination
MessageDestinationType<JbossWebDescriptor> createMessageDestination()
message-destination
element
MessageDestinationType
List<MessageDestinationType<JbossWebDescriptor>> getAllMessageDestination()
message-destination
elements
message-destination
JbossWebDescriptor removeAllMessageDestination()
message-destination
elements
MessageDestinationType
WebserviceDescriptionType<JbossWebDescriptor> getOrCreateWebserviceDescription()
webservice-description
element will be created and returned.
Otherwise, the first existing webservice-description
element will be returned.
webservice-description
WebserviceDescriptionType<JbossWebDescriptor> createWebserviceDescription()
webservice-description
element
WebserviceDescriptionType
List<WebserviceDescriptionType<JbossWebDescriptor>> getAllWebserviceDescription()
webservice-description
elements
webservice-description
JbossWebDescriptor removeAllWebserviceDescription()
webservice-description
elements
WebserviceDescriptionType
JbossWebDescriptor depends(String... values)
depends
elements,
a new depends
element
values
- list of depends
objects
JbossWebDescriptor
List<String> getAllDepends()
depends
elements
depends
JbossWebDescriptor removeAllDepends()
depends
element
JbossWebDescriptor
ServletType<JbossWebDescriptor> getOrCreateServlet()
servlet
element will be created and returned.
Otherwise, the first existing servlet
element will be returned.
servlet
ServletType<JbossWebDescriptor> createServlet()
servlet
element
ServletType
List<ServletType<JbossWebDescriptor>> getAllServlet()
servlet
elements
servlet
JbossWebDescriptor removeAllServlet()
servlet
elements
ServletType
JbossWebDescriptor maxActiveSessions(Integer maxActiveSessions)
max-active-sessions
element
maxActiveSessions
- the value for the element max-active-sessions
JbossWebDescriptor
Integer getMaxActiveSessions()
max-active-sessions
element
max-active-sessions
JbossWebDescriptor removeMaxActiveSessions()
max-active-sessions
element
JbossWebDescriptor
PassivationConfigType<JbossWebDescriptor> getOrCreatePassivationConfig()
passivation-config
element with the given value will be created.
Otherwise, the existing passivation-config
element will be returned.
PassivationConfigType
JbossWebDescriptor removePassivationConfig()
passivation-config
element
JbossWebDescriptor
AnnotationType<JbossWebDescriptor> getOrCreateAnnotation()
annotation
element with the given value will be created.
Otherwise, the existing annotation
element will be returned.
AnnotationType
JbossWebDescriptor removeAnnotation()
annotation
element
JbossWebDescriptor
JbossWebDescriptor version(JbossWebVersionType version)
version
attribute
version
- the value for the attribute version
JbossWebDescriptor
JbossWebDescriptor version(String version)
version
attribute
version
- the value for the attribute version
JbossWebDescriptor
JbossWebVersionType getVersion()
version
attribute
version
String getVersionAsString()
version
attribute
version
JbossWebDescriptor removeVersion()
version
attribute
JbossWebDescriptor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |