|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.spi.DescriptorImplBase
org.jboss.shrinkwrap.descriptor.spi.NodeProviderImplBase
org.jboss.shrinkwrap.descriptor.impl.webapp30.WebApp30DescriptorImpl
public class WebApp30DescriptorImpl
This deployment descriptor provides the functionalities as described in the web-app_3_0.xsd specification
Example:
WebApp30Descriptor descriptor = Descriptors.create(WebApp30Descriptor.class);
Constructor Summary | |
---|---|
WebApp30DescriptorImpl(java.lang.String descriptorName)
|
|
WebApp30DescriptorImpl(java.lang.String descriptorName,
org.jboss.shrinkwrap.descriptor.spi.Node node)
|
Method Summary | |
---|---|
AbsoluteOrderingType<WebApp30Descriptor> |
absoluteOrdering()
Returns the absolute-ordering element |
WebApp30Descriptor |
addDefaultNamespaces()
|
WebApp30Descriptor |
addNamespace(java.lang.String name,
java.lang.String value)
|
ParamValueType<WebApp30Descriptor> |
contextParam()
Returns the context-param element |
DataSourceType<WebApp30Descriptor> |
dataSource()
Returns the data-source element |
WebApp30Descriptor |
distributable()
|
EjbLocalRefType<WebApp30Descriptor> |
ejbLocalRef()
Returns the ejb-local-ref element |
EjbRefType<WebApp30Descriptor> |
ejbRef()
Returns the ejb-ref element |
EnvEntryType<WebApp30Descriptor> |
envEntry()
Returns the env-entry element |
ErrorPageType<WebApp30Descriptor> |
errorPage()
Returns the error-page element |
FilterType<WebApp30Descriptor> |
filter()
Returns the filter element |
FilterMappingType<WebApp30Descriptor> |
filterMapping()
Returns the filter-mapping element |
java.util.List<AbsoluteOrderingType<WebApp30Descriptor>> |
getAbsoluteOrderingList()
Returns all absolute-ordering elements |
java.util.List<ParamValueType<WebApp30Descriptor>> |
getContextParamList()
Returns all context-param elements |
java.util.List<DataSourceType<WebApp30Descriptor>> |
getDataSourceList()
Returns all data-source elements |
java.util.List<java.lang.String> |
getDescriptionList()
Returns all description elements |
java.util.List<java.lang.String> |
getDisplayNameList()
Returns all display-name elements |
java.util.List<EjbLocalRefType<WebApp30Descriptor>> |
getEjbLocalRefList()
Returns all ejb-local-ref elements |
java.util.List<EjbRefType<WebApp30Descriptor>> |
getEjbRefList()
Returns all ejb-ref elements |
java.util.List<EnvEntryType<WebApp30Descriptor>> |
getEnvEntryList()
Returns all env-entry elements |
java.util.List<ErrorPageType<WebApp30Descriptor>> |
getErrorPageList()
Returns all error-page elements |
java.util.List<FilterType<WebApp30Descriptor>> |
getFilterList()
Returns all filter elements |
java.util.List<FilterMappingType<WebApp30Descriptor>> |
getFilterMappingList()
Returns all filter-mapping elements |
java.util.List<IconType<WebApp30Descriptor>> |
getIconList()
Returns all icon elements |
java.util.List<JspConfigType<WebApp30Descriptor>> |
getJspConfigList()
Returns all jsp-config elements |
java.util.List<ListenerType<WebApp30Descriptor>> |
getListenerList()
Returns all listener elements |
java.util.List<LocaleEncodingMappingListType<WebApp30Descriptor>> |
getLocaleEncodingMappingListList()
Returns all locale-encoding-mapping-list elements |
java.util.List<LoginConfigType<WebApp30Descriptor>> |
getLoginConfigList()
Returns all login-config elements |
java.util.List<MessageDestinationType<WebApp30Descriptor>> |
getMessageDestinationList()
Returns all message-destination elements |
java.util.List<MessageDestinationRefType<WebApp30Descriptor>> |
getMessageDestinationRefList()
Returns all message-destination-ref elements |
java.util.List<MimeMappingType<WebApp30Descriptor>> |
getMimeMappingList()
Returns all mime-mapping elements |
java.util.List<java.lang.String> |
getModuleNameList()
Returns all module-name elements |
java.util.List<java.lang.String> |
getNamespaces()
|
java.util.List<PersistenceContextRefType<WebApp30Descriptor>> |
getPersistenceContextRefList()
Returns all persistence-context-ref elements |
java.util.List<PersistenceUnitRefType<WebApp30Descriptor>> |
getPersistenceUnitRefList()
Returns all persistence-unit-ref elements |
java.util.List<LifecycleCallbackType<WebApp30Descriptor>> |
getPostConstructList()
Returns all post-construct elements |
java.util.List<LifecycleCallbackType<WebApp30Descriptor>> |
getPreDestroyList()
Returns all pre-destroy elements |
java.util.List<ResourceEnvRefType<WebApp30Descriptor>> |
getResourceEnvRefList()
Returns all resource-env-ref elements |
java.util.List<ResourceRefType<WebApp30Descriptor>> |
getResourceRefList()
Returns all resource-ref elements |
org.jboss.shrinkwrap.descriptor.spi.Node |
getRootNode()
|
java.util.List<SecurityConstraintType<WebApp30Descriptor>> |
getSecurityConstraintList()
Returns all security-constraint elements |
java.util.List<SecurityRoleType<WebApp30Descriptor>> |
getSecurityRoleList()
Returns all security-role elements |
java.util.List<ServletType<WebApp30Descriptor>> |
getServletList()
Returns all servlet elements |
java.util.List<ServletMappingType<WebApp30Descriptor>> |
getServletMappingList()
Returns all servlet-mapping elements |
java.util.List<SessionConfigType<WebApp30Descriptor>> |
getSessionConfigList()
Returns all session-config elements |
WebAppVersionType |
getVersion()
Returns the version element |
java.lang.String |
getVersionAsString()
Returns the version element |
java.util.List<WelcomeFileListType<WebApp30Descriptor>> |
getWelcomeFileListList()
Returns all welcome-file-list elements |
IconType<WebApp30Descriptor> |
icon()
Returns the icon element |
java.lang.Boolean |
isDistributable()
|
java.lang.Boolean |
isMetadataComplete()
Returns the metadata-complete element |
JspConfigType<WebApp30Descriptor> |
jspConfig()
Returns the jsp-config element |
ListenerType<WebApp30Descriptor> |
listener()
Returns the listener element |
LocaleEncodingMappingListType<WebApp30Descriptor> |
localeEncodingMappingList()
Returns the locale-encoding-mapping-list element |
LoginConfigType<WebApp30Descriptor> |
loginConfig()
Returns the login-config element |
MessageDestinationType<WebApp30Descriptor> |
messageDestination()
Returns the message-destination element |
MessageDestinationRefType<WebApp30Descriptor> |
messageDestinationRef()
Returns the message-destination-ref element |
MimeMappingType<WebApp30Descriptor> |
mimeMapping()
Returns the mime-mapping element |
PersistenceContextRefType<WebApp30Descriptor> |
persistenceContextRef()
Returns the persistence-context-ref element |
PersistenceUnitRefType<WebApp30Descriptor> |
persistenceUnitRef()
Returns the persistence-unit-ref element |
LifecycleCallbackType<WebApp30Descriptor> |
postConstruct()
Returns the post-construct element |
LifecycleCallbackType<WebApp30Descriptor> |
preDestroy()
Returns the pre-destroy element |
WebApp30Descriptor |
removeAllAbsoluteOrdering()
Removes all absolute-ordering elements |
WebApp30Descriptor |
removeAllContextParam()
Removes all context-param elements |
WebApp30Descriptor |
removeAllDataSource()
Removes all data-source elements |
WebApp30Descriptor |
removeAllDescription()
Removes the description element |
WebApp30Descriptor |
removeAllDisplayName()
Removes the display-name element |
WebApp30Descriptor |
removeAllEjbLocalRef()
Removes all ejb-local-ref elements |
WebApp30Descriptor |
removeAllEjbRef()
Removes all ejb-ref elements |
WebApp30Descriptor |
removeAllEnvEntry()
Removes all env-entry elements |
WebApp30Descriptor |
removeAllErrorPage()
Removes all error-page elements |
WebApp30Descriptor |
removeAllFilter()
Removes all filter elements |
WebApp30Descriptor |
removeAllFilterMapping()
Removes all filter-mapping elements |
WebApp30Descriptor |
removeAllIcon()
Removes all icon elements |
WebApp30Descriptor |
removeAllJspConfig()
Removes all jsp-config elements |
WebApp30Descriptor |
removeAllListener()
Removes all listener elements |
WebApp30Descriptor |
removeAllLocaleEncodingMappingList()
Removes all locale-encoding-mapping-list elements |
WebApp30Descriptor |
removeAllLoginConfig()
Removes all login-config elements |
WebApp30Descriptor |
removeAllMessageDestination()
Removes all message-destination elements |
WebApp30Descriptor |
removeAllMessageDestinationRef()
Removes all message-destination-ref elements |
WebApp30Descriptor |
removeAllMimeMapping()
Removes all mime-mapping elements |
WebApp30Descriptor |
removeAllModuleName()
Removes the module-name element |
WebApp30Descriptor |
removeAllNamespaces()
|
WebApp30Descriptor |
removeAllPersistenceContextRef()
Removes all persistence-context-ref elements |
WebApp30Descriptor |
removeAllPersistenceUnitRef()
Removes all persistence-unit-ref elements |
WebApp30Descriptor |
removeAllPostConstruct()
Removes all post-construct elements |
WebApp30Descriptor |
removeAllPreDestroy()
Removes all pre-destroy elements |
WebApp30Descriptor |
removeAllResourceEnvRef()
Removes all resource-env-ref elements |
WebApp30Descriptor |
removeAllResourceRef()
Removes all resource-ref elements |
WebApp30Descriptor |
removeAllSecurityConstraint()
Removes all security-constraint elements |
WebApp30Descriptor |
removeAllSecurityRole()
Removes all security-role elements |
WebApp30Descriptor |
removeAllServlet()
Removes all servlet elements |
WebApp30Descriptor |
removeAllServletMapping()
Removes all servlet-mapping elements |
WebApp30Descriptor |
removeAllSessionConfig()
Removes all session-config elements |
WebApp30Descriptor |
removeAllWelcomeFileList()
Removes all welcome-file-list elements |
WebApp30Descriptor |
removeMetadataComplete()
Removes the metadata-complete attribute |
WebApp30Descriptor |
removeVersion()
Removes the version attribute |
ResourceEnvRefType<WebApp30Descriptor> |
resourceEnvRef()
Returns the resource-env-ref element |
ResourceRefType<WebApp30Descriptor> |
resourceRef()
Returns the resource-ref element |
SecurityConstraintType<WebApp30Descriptor> |
securityConstraint()
Returns the security-constraint element |
SecurityRoleType<WebApp30Descriptor> |
securityRole()
Returns the security-role element |
ServletType<WebApp30Descriptor> |
servlet()
Returns the servlet element |
ServletMappingType<WebApp30Descriptor> |
servletMapping()
Returns the servlet-mapping element |
SessionConfigType<WebApp30Descriptor> |
sessionConfig()
Returns the session-config element |
WebApp30Descriptor |
setDescription(java.lang.String description)
Creates a new description element |
WebApp30Descriptor |
setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
WebApp30Descriptor |
setDisplayName(java.lang.String displayName)
Creates a new display-name element |
WebApp30Descriptor |
setDisplayNameList(java.lang.String... values)
Creates for all String objects representing display-name elements,
a new display-name element |
WebApp30Descriptor |
setMetadataComplete(java.lang.Boolean metadataComplete)
Sets the metadata-complete attribute |
WebApp30Descriptor |
setModuleName(java.lang.String moduleName)
Creates a new module-name element |
WebApp30Descriptor |
setModuleNameList(java.lang.String... values)
Creates for all String objects representing module-name elements,
a new module-name element |
WebApp30Descriptor |
setVersion(java.lang.String version)
Sets the version attribute |
WebApp30Descriptor |
setVersion(WebAppVersionType version)
Sets the version attribute |
WelcomeFileListType<WebApp30Descriptor> |
welcomeFileList()
Returns the welcome-file-list element |
Methods inherited from class org.jboss.shrinkwrap.descriptor.spi.NodeProviderImplBase |
---|
exportAsString, exportTo |
Methods inherited from class org.jboss.shrinkwrap.descriptor.spi.DescriptorImplBase |
---|
getDescriptorName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Descriptor |
---|
exportAsString, exportTo, getDescriptorName |
Constructor Detail |
---|
public WebApp30DescriptorImpl(java.lang.String descriptorName)
public WebApp30DescriptorImpl(java.lang.String descriptorName, org.jboss.shrinkwrap.descriptor.spi.Node node)
Method Detail |
---|
public org.jboss.shrinkwrap.descriptor.spi.Node getRootNode()
getRootNode
in interface org.jboss.shrinkwrap.descriptor.spi.NodeProvider
public WebApp30Descriptor addDefaultNamespaces()
addDefaultNamespaces
in interface org.jboss.shrinkwrap.descriptor.api.DescriptorNamespace<WebApp30Descriptor>
public WebApp30Descriptor addNamespace(java.lang.String name, java.lang.String value)
addNamespace
in interface org.jboss.shrinkwrap.descriptor.api.DescriptorNamespace<WebApp30Descriptor>
public java.util.List<java.lang.String> getNamespaces()
getNamespaces
in interface org.jboss.shrinkwrap.descriptor.api.DescriptorNamespace<WebApp30Descriptor>
public WebApp30Descriptor removeAllNamespaces()
removeAllNamespaces
in interface org.jboss.shrinkwrap.descriptor.api.DescriptorNamespace<WebApp30Descriptor>
public WebApp30Descriptor setModuleName(java.lang.String moduleName)
module-name
element
setModuleName
in interface WebApp30Descriptor
WebApp30Descriptor
public WebApp30Descriptor setModuleNameList(java.lang.String... values)
module-name
elements,
a new module-name
element
setModuleNameList
in interface WebApp30Descriptor
list
- of module-name
objects
WebApp30Descriptor
public WebApp30Descriptor removeAllModuleName()
module-name
element
removeAllModuleName
in interface WebApp30Descriptor
WebApp30Descriptor
public java.util.List<java.lang.String> getModuleNameList()
module-name
elements
getModuleNameList
in interface WebApp30Descriptor
module-name
public WebApp30Descriptor removeAllAbsoluteOrdering()
absolute-ordering
elements
removeAllAbsoluteOrdering
in interface WebApp30Descriptor
WebApp30Descriptor
public AbsoluteOrderingType<WebApp30Descriptor> absoluteOrdering()
absolute-ordering
element
absoluteOrdering
in interface WebApp30Descriptor
absolute-ordering
public java.util.List<AbsoluteOrderingType<WebApp30Descriptor>> getAbsoluteOrderingList()
absolute-ordering
elements
getAbsoluteOrderingList
in interface WebApp30Descriptor
absolute-ordering
public WebApp30Descriptor distributable()
distributable
in interface WebApp30Descriptor
public java.lang.Boolean isDistributable()
isDistributable
in interface WebApp30Descriptor
public WebApp30Descriptor removeAllContextParam()
context-param
elements
removeAllContextParam
in interface WebApp30Descriptor
WebApp30Descriptor
public ParamValueType<WebApp30Descriptor> contextParam()
context-param
element
contextParam
in interface WebApp30Descriptor
context-param
public java.util.List<ParamValueType<WebApp30Descriptor>> getContextParamList()
context-param
elements
getContextParamList
in interface WebApp30Descriptor
context-param
public WebApp30Descriptor removeAllFilter()
filter
elements
removeAllFilter
in interface WebApp30Descriptor
WebApp30Descriptor
public FilterType<WebApp30Descriptor> filter()
filter
element
filter
in interface WebApp30Descriptor
filter
public java.util.List<FilterType<WebApp30Descriptor>> getFilterList()
filter
elements
getFilterList
in interface WebApp30Descriptor
filter
public WebApp30Descriptor removeAllFilterMapping()
filter-mapping
elements
removeAllFilterMapping
in interface WebApp30Descriptor
WebApp30Descriptor
public FilterMappingType<WebApp30Descriptor> filterMapping()
filter-mapping
element
filterMapping
in interface WebApp30Descriptor
filter-mapping
public java.util.List<FilterMappingType<WebApp30Descriptor>> getFilterMappingList()
filter-mapping
elements
getFilterMappingList
in interface WebApp30Descriptor
filter-mapping
public WebApp30Descriptor removeAllListener()
listener
elements
removeAllListener
in interface WebApp30Descriptor
WebApp30Descriptor
public ListenerType<WebApp30Descriptor> listener()
listener
element
listener
in interface WebApp30Descriptor
listener
public java.util.List<ListenerType<WebApp30Descriptor>> getListenerList()
listener
elements
getListenerList
in interface WebApp30Descriptor
listener
public WebApp30Descriptor removeAllServlet()
servlet
elements
removeAllServlet
in interface WebApp30Descriptor
WebApp30Descriptor
public ServletType<WebApp30Descriptor> servlet()
servlet
element
servlet
in interface WebApp30Descriptor
servlet
public java.util.List<ServletType<WebApp30Descriptor>> getServletList()
servlet
elements
getServletList
in interface WebApp30Descriptor
servlet
public WebApp30Descriptor removeAllServletMapping()
servlet-mapping
elements
removeAllServletMapping
in interface WebApp30Descriptor
WebApp30Descriptor
public ServletMappingType<WebApp30Descriptor> servletMapping()
servlet-mapping
element
servletMapping
in interface WebApp30Descriptor
servlet-mapping
public java.util.List<ServletMappingType<WebApp30Descriptor>> getServletMappingList()
servlet-mapping
elements
getServletMappingList
in interface WebApp30Descriptor
servlet-mapping
public WebApp30Descriptor removeAllSessionConfig()
session-config
elements
removeAllSessionConfig
in interface WebApp30Descriptor
WebApp30Descriptor
public SessionConfigType<WebApp30Descriptor> sessionConfig()
session-config
element
sessionConfig
in interface WebApp30Descriptor
session-config
public java.util.List<SessionConfigType<WebApp30Descriptor>> getSessionConfigList()
session-config
elements
getSessionConfigList
in interface WebApp30Descriptor
session-config
public WebApp30Descriptor removeAllMimeMapping()
mime-mapping
elements
removeAllMimeMapping
in interface WebApp30Descriptor
WebApp30Descriptor
public MimeMappingType<WebApp30Descriptor> mimeMapping()
mime-mapping
element
mimeMapping
in interface WebApp30Descriptor
mime-mapping
public java.util.List<MimeMappingType<WebApp30Descriptor>> getMimeMappingList()
mime-mapping
elements
getMimeMappingList
in interface WebApp30Descriptor
mime-mapping
public WebApp30Descriptor removeAllWelcomeFileList()
welcome-file-list
elements
removeAllWelcomeFileList
in interface WebApp30Descriptor
WebApp30Descriptor
public WelcomeFileListType<WebApp30Descriptor> welcomeFileList()
welcome-file-list
element
welcomeFileList
in interface WebApp30Descriptor
welcome-file-list
public java.util.List<WelcomeFileListType<WebApp30Descriptor>> getWelcomeFileListList()
welcome-file-list
elements
getWelcomeFileListList
in interface WebApp30Descriptor
welcome-file-list
public WebApp30Descriptor removeAllErrorPage()
error-page
elements
removeAllErrorPage
in interface WebApp30Descriptor
WebApp30Descriptor
public ErrorPageType<WebApp30Descriptor> errorPage()
error-page
element
errorPage
in interface WebApp30Descriptor
error-page
public java.util.List<ErrorPageType<WebApp30Descriptor>> getErrorPageList()
error-page
elements
getErrorPageList
in interface WebApp30Descriptor
error-page
public WebApp30Descriptor removeAllJspConfig()
jsp-config
elements
removeAllJspConfig
in interface WebApp30Descriptor
WebApp30Descriptor
public JspConfigType<WebApp30Descriptor> jspConfig()
jsp-config
element
jspConfig
in interface WebApp30Descriptor
jsp-config
public java.util.List<JspConfigType<WebApp30Descriptor>> getJspConfigList()
jsp-config
elements
getJspConfigList
in interface WebApp30Descriptor
jsp-config
public WebApp30Descriptor removeAllSecurityConstraint()
security-constraint
elements
removeAllSecurityConstraint
in interface WebApp30Descriptor
WebApp30Descriptor
public SecurityConstraintType<WebApp30Descriptor> securityConstraint()
security-constraint
element
securityConstraint
in interface WebApp30Descriptor
security-constraint
public java.util.List<SecurityConstraintType<WebApp30Descriptor>> getSecurityConstraintList()
security-constraint
elements
getSecurityConstraintList
in interface WebApp30Descriptor
security-constraint
public WebApp30Descriptor removeAllLoginConfig()
login-config
elements
removeAllLoginConfig
in interface WebApp30Descriptor
WebApp30Descriptor
public LoginConfigType<WebApp30Descriptor> loginConfig()
login-config
element
loginConfig
in interface WebApp30Descriptor
login-config
public java.util.List<LoginConfigType<WebApp30Descriptor>> getLoginConfigList()
login-config
elements
getLoginConfigList
in interface WebApp30Descriptor
login-config
public WebApp30Descriptor removeAllSecurityRole()
security-role
elements
removeAllSecurityRole
in interface WebApp30Descriptor
WebApp30Descriptor
public SecurityRoleType<WebApp30Descriptor> securityRole()
security-role
element
securityRole
in interface WebApp30Descriptor
security-role
public java.util.List<SecurityRoleType<WebApp30Descriptor>> getSecurityRoleList()
security-role
elements
getSecurityRoleList
in interface WebApp30Descriptor
security-role
public WebApp30Descriptor removeAllMessageDestination()
message-destination
elements
removeAllMessageDestination
in interface WebApp30Descriptor
WebApp30Descriptor
public MessageDestinationType<WebApp30Descriptor> messageDestination()
message-destination
element
messageDestination
in interface WebApp30Descriptor
message-destination
public java.util.List<MessageDestinationType<WebApp30Descriptor>> getMessageDestinationList()
message-destination
elements
getMessageDestinationList
in interface WebApp30Descriptor
message-destination
public WebApp30Descriptor removeAllLocaleEncodingMappingList()
locale-encoding-mapping-list
elements
removeAllLocaleEncodingMappingList
in interface WebApp30Descriptor
WebApp30Descriptor
public LocaleEncodingMappingListType<WebApp30Descriptor> localeEncodingMappingList()
locale-encoding-mapping-list
element
localeEncodingMappingList
in interface WebApp30Descriptor
locale-encoding-mapping-list
public java.util.List<LocaleEncodingMappingListType<WebApp30Descriptor>> getLocaleEncodingMappingListList()
locale-encoding-mapping-list
elements
getLocaleEncodingMappingListList
in interface WebApp30Descriptor
locale-encoding-mapping-list
public WebApp30Descriptor setDescription(java.lang.String description)
description
element
setDescription
in interface WebApp30Descriptor
WebApp30Descriptor
public WebApp30Descriptor setDescriptionList(java.lang.String... values)
description
elements,
a new description
element
setDescriptionList
in interface WebApp30Descriptor
list
- of description
objects
WebApp30Descriptor
public WebApp30Descriptor removeAllDescription()
description
element
removeAllDescription
in interface WebApp30Descriptor
WebApp30Descriptor
public java.util.List<java.lang.String> getDescriptionList()
description
elements
getDescriptionList
in interface WebApp30Descriptor
description
public WebApp30Descriptor setDisplayName(java.lang.String displayName)
display-name
element
setDisplayName
in interface WebApp30Descriptor
WebApp30Descriptor
public WebApp30Descriptor setDisplayNameList(java.lang.String... values)
display-name
elements,
a new display-name
element
setDisplayNameList
in interface WebApp30Descriptor
list
- of display-name
objects
WebApp30Descriptor
public WebApp30Descriptor removeAllDisplayName()
display-name
element
removeAllDisplayName
in interface WebApp30Descriptor
WebApp30Descriptor
public java.util.List<java.lang.String> getDisplayNameList()
display-name
elements
getDisplayNameList
in interface WebApp30Descriptor
display-name
public WebApp30Descriptor removeAllIcon()
icon
elements
removeAllIcon
in interface WebApp30Descriptor
WebApp30Descriptor
public IconType<WebApp30Descriptor> icon()
icon
element
icon
in interface WebApp30Descriptor
icon
public java.util.List<IconType<WebApp30Descriptor>> getIconList()
icon
elements
getIconList
in interface WebApp30Descriptor
icon
public WebApp30Descriptor removeAllEnvEntry()
env-entry
elements
removeAllEnvEntry
in interface WebApp30Descriptor
WebApp30Descriptor
public EnvEntryType<WebApp30Descriptor> envEntry()
env-entry
element
envEntry
in interface WebApp30Descriptor
env-entry
public java.util.List<EnvEntryType<WebApp30Descriptor>> getEnvEntryList()
env-entry
elements
getEnvEntryList
in interface WebApp30Descriptor
env-entry
public WebApp30Descriptor removeAllEjbRef()
ejb-ref
elements
removeAllEjbRef
in interface WebApp30Descriptor
WebApp30Descriptor
public EjbRefType<WebApp30Descriptor> ejbRef()
ejb-ref
element
ejbRef
in interface WebApp30Descriptor
ejb-ref
public java.util.List<EjbRefType<WebApp30Descriptor>> getEjbRefList()
ejb-ref
elements
getEjbRefList
in interface WebApp30Descriptor
ejb-ref
public WebApp30Descriptor removeAllEjbLocalRef()
ejb-local-ref
elements
removeAllEjbLocalRef
in interface WebApp30Descriptor
WebApp30Descriptor
public EjbLocalRefType<WebApp30Descriptor> ejbLocalRef()
ejb-local-ref
element
ejbLocalRef
in interface WebApp30Descriptor
ejb-local-ref
public java.util.List<EjbLocalRefType<WebApp30Descriptor>> getEjbLocalRefList()
ejb-local-ref
elements
getEjbLocalRefList
in interface WebApp30Descriptor
ejb-local-ref
public WebApp30Descriptor removeAllResourceRef()
resource-ref
elements
removeAllResourceRef
in interface WebApp30Descriptor
WebApp30Descriptor
public ResourceRefType<WebApp30Descriptor> resourceRef()
resource-ref
element
resourceRef
in interface WebApp30Descriptor
resource-ref
public java.util.List<ResourceRefType<WebApp30Descriptor>> getResourceRefList()
resource-ref
elements
getResourceRefList
in interface WebApp30Descriptor
resource-ref
public WebApp30Descriptor removeAllResourceEnvRef()
resource-env-ref
elements
removeAllResourceEnvRef
in interface WebApp30Descriptor
WebApp30Descriptor
public ResourceEnvRefType<WebApp30Descriptor> resourceEnvRef()
resource-env-ref
element
resourceEnvRef
in interface WebApp30Descriptor
resource-env-ref
public java.util.List<ResourceEnvRefType<WebApp30Descriptor>> getResourceEnvRefList()
resource-env-ref
elements
getResourceEnvRefList
in interface WebApp30Descriptor
resource-env-ref
public WebApp30Descriptor removeAllMessageDestinationRef()
message-destination-ref
elements
removeAllMessageDestinationRef
in interface WebApp30Descriptor
WebApp30Descriptor
public MessageDestinationRefType<WebApp30Descriptor> messageDestinationRef()
message-destination-ref
element
messageDestinationRef
in interface WebApp30Descriptor
message-destination-ref
public java.util.List<MessageDestinationRefType<WebApp30Descriptor>> getMessageDestinationRefList()
message-destination-ref
elements
getMessageDestinationRefList
in interface WebApp30Descriptor
message-destination-ref
public WebApp30Descriptor removeAllPersistenceContextRef()
persistence-context-ref
elements
removeAllPersistenceContextRef
in interface WebApp30Descriptor
WebApp30Descriptor
public PersistenceContextRefType<WebApp30Descriptor> persistenceContextRef()
persistence-context-ref
element
persistenceContextRef
in interface WebApp30Descriptor
persistence-context-ref
public java.util.List<PersistenceContextRefType<WebApp30Descriptor>> getPersistenceContextRefList()
persistence-context-ref
elements
getPersistenceContextRefList
in interface WebApp30Descriptor
persistence-context-ref
public WebApp30Descriptor removeAllPersistenceUnitRef()
persistence-unit-ref
elements
removeAllPersistenceUnitRef
in interface WebApp30Descriptor
WebApp30Descriptor
public PersistenceUnitRefType<WebApp30Descriptor> persistenceUnitRef()
persistence-unit-ref
element
persistenceUnitRef
in interface WebApp30Descriptor
persistence-unit-ref
public java.util.List<PersistenceUnitRefType<WebApp30Descriptor>> getPersistenceUnitRefList()
persistence-unit-ref
elements
getPersistenceUnitRefList
in interface WebApp30Descriptor
persistence-unit-ref
public WebApp30Descriptor removeAllPostConstruct()
post-construct
elements
removeAllPostConstruct
in interface WebApp30Descriptor
WebApp30Descriptor
public LifecycleCallbackType<WebApp30Descriptor> postConstruct()
post-construct
element
postConstruct
in interface WebApp30Descriptor
post-construct
public java.util.List<LifecycleCallbackType<WebApp30Descriptor>> getPostConstructList()
post-construct
elements
getPostConstructList
in interface WebApp30Descriptor
post-construct
public WebApp30Descriptor removeAllPreDestroy()
pre-destroy
elements
removeAllPreDestroy
in interface WebApp30Descriptor
WebApp30Descriptor
public LifecycleCallbackType<WebApp30Descriptor> preDestroy()
pre-destroy
element
preDestroy
in interface WebApp30Descriptor
pre-destroy
public java.util.List<LifecycleCallbackType<WebApp30Descriptor>> getPreDestroyList()
pre-destroy
elements
getPreDestroyList
in interface WebApp30Descriptor
pre-destroy
public WebApp30Descriptor removeAllDataSource()
data-source
elements
removeAllDataSource
in interface WebApp30Descriptor
WebApp30Descriptor
public DataSourceType<WebApp30Descriptor> dataSource()
data-source
element
dataSource
in interface WebApp30Descriptor
data-source
public java.util.List<DataSourceType<WebApp30Descriptor>> getDataSourceList()
data-source
elements
getDataSourceList
in interface WebApp30Descriptor
data-source
public WebApp30Descriptor setVersion(WebAppVersionType version)
version
attribute
setVersion
in interface WebApp30Descriptor
version
- the value for the attribute version
WebApp30Descriptor
public WebApp30Descriptor setVersion(java.lang.String version)
version
attribute
setVersion
in interface WebApp30Descriptor
version
- the value for the attribute version
WebApp30Descriptor
public WebApp30Descriptor removeVersion()
version
attribute
removeVersion
in interface WebApp30Descriptor
WebApp30Descriptor
public WebAppVersionType getVersion()
version
element
getVersion
in interface WebApp30Descriptor
version
public java.lang.String getVersionAsString()
version
element
getVersionAsString
in interface WebApp30Descriptor
version
public WebApp30Descriptor setMetadataComplete(java.lang.Boolean metadataComplete)
metadata-complete
attribute
setMetadataComplete
in interface WebApp30Descriptor
metadataComplete
- the value for the attribute metadata-complete
WebApp30Descriptor
public WebApp30Descriptor removeMetadataComplete()
metadata-complete
attribute
removeMetadataComplete
in interface WebApp30Descriptor
WebApp30Descriptor
public java.lang.Boolean isMetadataComplete()
metadata-complete
element
isMetadataComplete
in interface WebApp30Descriptor
metadata-complete
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |