|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebAppType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.webcommon30 | Provides the interfaces and enumeration types as defined in the schema web-common_3_0.xsd |
org.jboss.shrinkwrap.descriptor.impl.webcommon30 | Provides the implementation classes as defined in the schema web-common_3_0.xsd |
Uses of WebAppType in org.jboss.shrinkwrap.descriptor.api.webcommon30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return WebAppType | |
---|---|
WebAppType<T> |
WebAppType.distributable()
|
WebAppType<T> |
WebAppType.removeAllAbsoluteOrdering()
Removes all absolute-ordering elements |
WebAppType<T> |
WebAppType.removeAllContextParam()
Removes all context-param elements |
WebAppType<T> |
WebAppType.removeAllDataSource()
Removes all data-source elements |
WebAppType<T> |
WebAppType.removeAllDescription()
Removes the description element |
WebAppType<T> |
WebAppType.removeAllDisplayName()
Removes the display-name element |
WebAppType<T> |
WebAppType.removeAllEjbLocalRef()
Removes all ejb-local-ref elements |
WebAppType<T> |
WebAppType.removeAllEjbRef()
Removes all ejb-ref elements |
WebAppType<T> |
WebAppType.removeAllEnvEntry()
Removes all env-entry elements |
WebAppType<T> |
WebAppType.removeAllErrorPage()
Removes all error-page elements |
WebAppType<T> |
WebAppType.removeAllFilter()
Removes all filter elements |
WebAppType<T> |
WebAppType.removeAllFilterMapping()
Removes all filter-mapping elements |
WebAppType<T> |
WebAppType.removeAllIcon()
Removes all icon elements |
WebAppType<T> |
WebAppType.removeAllJspConfig()
Removes all jsp-config elements |
WebAppType<T> |
WebAppType.removeAllListener()
Removes all listener elements |
WebAppType<T> |
WebAppType.removeAllLocaleEncodingMappingList()
Removes all locale-encoding-mapping-list elements |
WebAppType<T> |
WebAppType.removeAllLoginConfig()
Removes all login-config elements |
WebAppType<T> |
WebAppType.removeAllMessageDestination()
Removes all message-destination elements |
WebAppType<T> |
WebAppType.removeAllMessageDestinationRef()
Removes all message-destination-ref elements |
WebAppType<T> |
WebAppType.removeAllMimeMapping()
Removes all mime-mapping elements |
WebAppType<T> |
WebAppType.removeAllModuleName()
Removes the module-name element |
WebAppType<T> |
WebAppType.removeAllPersistenceContextRef()
Removes all persistence-context-ref elements |
WebAppType<T> |
WebAppType.removeAllPersistenceUnitRef()
Removes all persistence-unit-ref elements |
WebAppType<T> |
WebAppType.removeAllPostConstruct()
Removes all post-construct elements |
WebAppType<T> |
WebAppType.removeAllPreDestroy()
Removes all pre-destroy elements |
WebAppType<T> |
WebAppType.removeAllResourceEnvRef()
Removes all resource-env-ref elements |
WebAppType<T> |
WebAppType.removeAllResourceRef()
Removes all resource-ref elements |
WebAppType<T> |
WebAppType.removeAllSecurityConstraint()
Removes all security-constraint elements |
WebAppType<T> |
WebAppType.removeAllSecurityRole()
Removes all security-role elements |
WebAppType<T> |
WebAppType.removeAllServlet()
Removes all servlet elements |
WebAppType<T> |
WebAppType.removeAllServletMapping()
Removes all servlet-mapping elements |
WebAppType<T> |
WebAppType.removeAllSessionConfig()
Removes all session-config elements |
WebAppType<T> |
WebAppType.removeAllWelcomeFileList()
Removes all welcome-file-list elements |
WebAppType<T> |
WebAppType.removeMetadataComplete()
Removes the metadata-complete attribute |
WebAppType<T> |
WebAppType.removeVersion()
Removes the version attribute |
WebAppType<T> |
WebAppType.setDescription(java.lang.String description)
Creates a new description element |
WebAppType<T> |
WebAppType.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
WebAppType<T> |
WebAppType.setDisplayName(java.lang.String displayName)
Creates a new display-name element |
WebAppType<T> |
WebAppType.setDisplayNameList(java.lang.String... values)
Creates for all String objects representing display-name elements,
a new display-name element |
WebAppType<T> |
WebAppType.setMetadataComplete(java.lang.Boolean metadataComplete)
Sets the metadata-complete attribute |
WebAppType<T> |
WebAppType.setModuleName(java.lang.String moduleName)
Creates a new module-name element |
WebAppType<T> |
WebAppType.setModuleNameList(java.lang.String... values)
Creates for all String objects representing module-name elements,
a new module-name element |
WebAppType<T> |
WebAppType.setVersion(java.lang.String version)
Sets the version attribute |
WebAppType<T> |
WebAppType.setVersion(WebAppVersionType version)
Sets the version attribute |
Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type WebAppType | |
---|---|
AbsoluteOrderingType<WebAppType<T>> |
WebAppType.absoluteOrdering()
Returns the absolute-ordering element |
ParamValueType<WebAppType<T>> |
WebAppType.contextParam()
Returns the context-param element |
DataSourceType<WebAppType<T>> |
WebAppType.dataSource()
Returns the data-source element |
EjbLocalRefType<WebAppType<T>> |
WebAppType.ejbLocalRef()
Returns the ejb-local-ref element |
EjbRefType<WebAppType<T>> |
WebAppType.ejbRef()
Returns the ejb-ref element |
EnvEntryType<WebAppType<T>> |
WebAppType.envEntry()
Returns the env-entry element |
ErrorPageType<WebAppType<T>> |
WebAppType.errorPage()
Returns the error-page element |
FilterType<WebAppType<T>> |
WebAppType.filter()
Returns the filter element |
FilterMappingType<WebAppType<T>> |
WebAppType.filterMapping()
Returns the filter-mapping element |
java.util.List<AbsoluteOrderingType<WebAppType<T>>> |
WebAppType.getAbsoluteOrderingList()
Returns all absolute-ordering elements |
java.util.List<ParamValueType<WebAppType<T>>> |
WebAppType.getContextParamList()
Returns all context-param elements |
java.util.List<DataSourceType<WebAppType<T>>> |
WebAppType.getDataSourceList()
Returns all data-source elements |
java.util.List<EjbLocalRefType<WebAppType<T>>> |
WebAppType.getEjbLocalRefList()
Returns all ejb-local-ref elements |
java.util.List<EjbRefType<WebAppType<T>>> |
WebAppType.getEjbRefList()
Returns all ejb-ref elements |
java.util.List<EnvEntryType<WebAppType<T>>> |
WebAppType.getEnvEntryList()
Returns all env-entry elements |
java.util.List<ErrorPageType<WebAppType<T>>> |
WebAppType.getErrorPageList()
Returns all error-page elements |
java.util.List<FilterType<WebAppType<T>>> |
WebAppType.getFilterList()
Returns all filter elements |
java.util.List<FilterMappingType<WebAppType<T>>> |
WebAppType.getFilterMappingList()
Returns all filter-mapping elements |
java.util.List<IconType<WebAppType<T>>> |
WebAppType.getIconList()
Returns all icon elements |
java.util.List<JspConfigType<WebAppType<T>>> |
WebAppType.getJspConfigList()
Returns all jsp-config elements |
java.util.List<ListenerType<WebAppType<T>>> |
WebAppType.getListenerList()
Returns all listener elements |
java.util.List<LocaleEncodingMappingListType<WebAppType<T>>> |
WebAppType.getLocaleEncodingMappingListList()
Returns all locale-encoding-mapping-list elements |
java.util.List<LoginConfigType<WebAppType<T>>> |
WebAppType.getLoginConfigList()
Returns all login-config elements |
java.util.List<MessageDestinationType<WebAppType<T>>> |
WebAppType.getMessageDestinationList()
Returns all message-destination elements |
java.util.List<MessageDestinationRefType<WebAppType<T>>> |
WebAppType.getMessageDestinationRefList()
Returns all message-destination-ref elements |
java.util.List<MimeMappingType<WebAppType<T>>> |
WebAppType.getMimeMappingList()
Returns all mime-mapping elements |
java.util.List<PersistenceContextRefType<WebAppType<T>>> |
WebAppType.getPersistenceContextRefList()
Returns all persistence-context-ref elements |
java.util.List<PersistenceUnitRefType<WebAppType<T>>> |
WebAppType.getPersistenceUnitRefList()
Returns all persistence-unit-ref elements |
java.util.List<LifecycleCallbackType<WebAppType<T>>> |
WebAppType.getPostConstructList()
Returns all post-construct elements |
java.util.List<LifecycleCallbackType<WebAppType<T>>> |
WebAppType.getPreDestroyList()
Returns all pre-destroy elements |
java.util.List<ResourceEnvRefType<WebAppType<T>>> |
WebAppType.getResourceEnvRefList()
Returns all resource-env-ref elements |
java.util.List<ResourceRefType<WebAppType<T>>> |
WebAppType.getResourceRefList()
Returns all resource-ref elements |
java.util.List<SecurityConstraintType<WebAppType<T>>> |
WebAppType.getSecurityConstraintList()
Returns all security-constraint elements |
java.util.List<SecurityRoleType<WebAppType<T>>> |
WebAppType.getSecurityRoleList()
Returns all security-role elements |
java.util.List<ServletType<WebAppType<T>>> |
WebAppType.getServletList()
Returns all servlet elements |
java.util.List<ServletMappingType<WebAppType<T>>> |
WebAppType.getServletMappingList()
Returns all servlet-mapping elements |
java.util.List<SessionConfigType<WebAppType<T>>> |
WebAppType.getSessionConfigList()
Returns all session-config elements |
java.util.List<WelcomeFileListType<WebAppType<T>>> |
WebAppType.getWelcomeFileListList()
Returns all welcome-file-list elements |
IconType<WebAppType<T>> |
WebAppType.icon()
Returns the icon element |
JspConfigType<WebAppType<T>> |
WebAppType.jspConfig()
Returns the jsp-config element |
ListenerType<WebAppType<T>> |
WebAppType.listener()
Returns the listener element |
LocaleEncodingMappingListType<WebAppType<T>> |
WebAppType.localeEncodingMappingList()
Returns the locale-encoding-mapping-list element |
LoginConfigType<WebAppType<T>> |
WebAppType.loginConfig()
Returns the login-config element |
MessageDestinationType<WebAppType<T>> |
WebAppType.messageDestination()
Returns the message-destination element |
MessageDestinationRefType<WebAppType<T>> |
WebAppType.messageDestinationRef()
Returns the message-destination-ref element |
MimeMappingType<WebAppType<T>> |
WebAppType.mimeMapping()
Returns the mime-mapping element |
PersistenceContextRefType<WebAppType<T>> |
WebAppType.persistenceContextRef()
Returns the persistence-context-ref element |
PersistenceUnitRefType<WebAppType<T>> |
WebAppType.persistenceUnitRef()
Returns the persistence-unit-ref element |
LifecycleCallbackType<WebAppType<T>> |
WebAppType.postConstruct()
Returns the post-construct element |
LifecycleCallbackType<WebAppType<T>> |
WebAppType.preDestroy()
Returns the pre-destroy element |
ResourceEnvRefType<WebAppType<T>> |
WebAppType.resourceEnvRef()
Returns the resource-env-ref element |
ResourceRefType<WebAppType<T>> |
WebAppType.resourceRef()
Returns the resource-ref element |
SecurityConstraintType<WebAppType<T>> |
WebAppType.securityConstraint()
Returns the security-constraint element |
SecurityRoleType<WebAppType<T>> |
WebAppType.securityRole()
Returns the security-role element |
ServletType<WebAppType<T>> |
WebAppType.servlet()
Returns the servlet element |
ServletMappingType<WebAppType<T>> |
WebAppType.servletMapping()
Returns the servlet-mapping element |
SessionConfigType<WebAppType<T>> |
WebAppType.sessionConfig()
Returns the session-config element |
WelcomeFileListType<WebAppType<T>> |
WebAppType.welcomeFileList()
Returns the welcome-file-list element |
Uses of WebAppType in org.jboss.shrinkwrap.descriptor.impl.webcommon30 |
---|
Classes in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that implement WebAppType | |
---|---|
class |
WebAppTypeImpl<T>
This class implements the web-appType xsd type |
Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return WebAppType | |
---|---|
WebAppType<T> |
WebAppTypeImpl.distributable()
|
WebAppType<T> |
WebAppTypeImpl.removeAllAbsoluteOrdering()
Removes all absolute-ordering elements |
WebAppType<T> |
WebAppTypeImpl.removeAllContextParam()
Removes all context-param elements |
WebAppType<T> |
WebAppTypeImpl.removeAllDataSource()
Removes all data-source elements |
WebAppType<T> |
WebAppTypeImpl.removeAllDescription()
Removes the description element |
WebAppType<T> |
WebAppTypeImpl.removeAllDisplayName()
Removes the display-name element |
WebAppType<T> |
WebAppTypeImpl.removeAllEjbLocalRef()
Removes all ejb-local-ref elements |
WebAppType<T> |
WebAppTypeImpl.removeAllEjbRef()
Removes all ejb-ref elements |
WebAppType<T> |
WebAppTypeImpl.removeAllEnvEntry()
Removes all env-entry elements |
WebAppType<T> |
WebAppTypeImpl.removeAllErrorPage()
Removes all error-page elements |
WebAppType<T> |
WebAppTypeImpl.removeAllFilter()
Removes all filter elements |
WebAppType<T> |
WebAppTypeImpl.removeAllFilterMapping()
Removes all filter-mapping elements |
WebAppType<T> |
WebAppTypeImpl.removeAllIcon()
Removes all icon elements |
WebAppType<T> |
WebAppTypeImpl.removeAllJspConfig()
Removes all jsp-config elements |
WebAppType<T> |
WebAppTypeImpl.removeAllListener()
Removes all listener elements |
WebAppType<T> |
WebAppTypeImpl.removeAllLocaleEncodingMappingList()
Removes all locale-encoding-mapping-list elements |
WebAppType<T> |
WebAppTypeImpl.removeAllLoginConfig()
Removes all login-config elements |
WebAppType<T> |
WebAppTypeImpl.removeAllMessageDestination()
Removes all message-destination elements |
WebAppType<T> |
WebAppTypeImpl.removeAllMessageDestinationRef()
Removes all message-destination-ref elements |
WebAppType<T> |
WebAppTypeImpl.removeAllMimeMapping()
Removes all mime-mapping elements |
WebAppType<T> |
WebAppTypeImpl.removeAllModuleName()
Removes the module-name element |
WebAppType<T> |
WebAppTypeImpl.removeAllPersistenceContextRef()
Removes all persistence-context-ref elements |
WebAppType<T> |
WebAppTypeImpl.removeAllPersistenceUnitRef()
Removes all persistence-unit-ref elements |
WebAppType<T> |
WebAppTypeImpl.removeAllPostConstruct()
Removes all post-construct elements |
WebAppType<T> |
WebAppTypeImpl.removeAllPreDestroy()
Removes all pre-destroy elements |
WebAppType<T> |
WebAppTypeImpl.removeAllResourceEnvRef()
Removes all resource-env-ref elements |
WebAppType<T> |
WebAppTypeImpl.removeAllResourceRef()
Removes all resource-ref elements |
WebAppType<T> |
WebAppTypeImpl.removeAllSecurityConstraint()
Removes all security-constraint elements |
WebAppType<T> |
WebAppTypeImpl.removeAllSecurityRole()
Removes all security-role elements |
WebAppType<T> |
WebAppTypeImpl.removeAllServlet()
Removes all servlet elements |
WebAppType<T> |
WebAppTypeImpl.removeAllServletMapping()
Removes all servlet-mapping elements |
WebAppType<T> |
WebAppTypeImpl.removeAllSessionConfig()
Removes all session-config elements |
WebAppType<T> |
WebAppTypeImpl.removeAllWelcomeFileList()
Removes all welcome-file-list elements |
WebAppType<T> |
WebAppTypeImpl.removeMetadataComplete()
Removes the metadata-complete attribute |
WebAppType<T> |
WebAppTypeImpl.removeVersion()
Removes the version attribute |
WebAppType<T> |
WebAppTypeImpl.setDescription(java.lang.String description)
Creates a new description element |
WebAppType<T> |
WebAppTypeImpl.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
WebAppType<T> |
WebAppTypeImpl.setDisplayName(java.lang.String displayName)
Creates a new display-name element |
WebAppType<T> |
WebAppTypeImpl.setDisplayNameList(java.lang.String... values)
Creates for all String objects representing display-name elements,
a new display-name element |
WebAppType<T> |
WebAppTypeImpl.setMetadataComplete(java.lang.Boolean metadataComplete)
Sets the metadata-complete attribute |
WebAppType<T> |
WebAppTypeImpl.setModuleName(java.lang.String moduleName)
Creates a new module-name element |
WebAppType<T> |
WebAppTypeImpl.setModuleNameList(java.lang.String... values)
Creates for all String objects representing module-name elements,
a new module-name element |
WebAppType<T> |
WebAppTypeImpl.setVersion(java.lang.String version)
Sets the version attribute |
WebAppType<T> |
WebAppTypeImpl.setVersion(WebAppVersionType version)
Sets the version attribute |
Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return types with arguments of type WebAppType | |
---|---|
AbsoluteOrderingType<WebAppType<T>> |
WebAppTypeImpl.absoluteOrdering()
Returns the absolute-ordering element |
ParamValueType<WebAppType<T>> |
WebAppTypeImpl.contextParam()
Returns the context-param element |
DataSourceType<WebAppType<T>> |
WebAppTypeImpl.dataSource()
Returns the data-source element |
EjbLocalRefType<WebAppType<T>> |
WebAppTypeImpl.ejbLocalRef()
Returns the ejb-local-ref element |
EjbRefType<WebAppType<T>> |
WebAppTypeImpl.ejbRef()
Returns the ejb-ref element |
EnvEntryType<WebAppType<T>> |
WebAppTypeImpl.envEntry()
Returns the env-entry element |
ErrorPageType<WebAppType<T>> |
WebAppTypeImpl.errorPage()
Returns the error-page element |
FilterType<WebAppType<T>> |
WebAppTypeImpl.filter()
Returns the filter element |
FilterMappingType<WebAppType<T>> |
WebAppTypeImpl.filterMapping()
Returns the filter-mapping element |
java.util.List<AbsoluteOrderingType<WebAppType<T>>> |
WebAppTypeImpl.getAbsoluteOrderingList()
Returns all absolute-ordering elements |
java.util.List<ParamValueType<WebAppType<T>>> |
WebAppTypeImpl.getContextParamList()
Returns all context-param elements |
java.util.List<DataSourceType<WebAppType<T>>> |
WebAppTypeImpl.getDataSourceList()
Returns all data-source elements |
java.util.List<EjbLocalRefType<WebAppType<T>>> |
WebAppTypeImpl.getEjbLocalRefList()
Returns all ejb-local-ref elements |
java.util.List<EjbRefType<WebAppType<T>>> |
WebAppTypeImpl.getEjbRefList()
Returns all ejb-ref elements |
java.util.List<EnvEntryType<WebAppType<T>>> |
WebAppTypeImpl.getEnvEntryList()
Returns all env-entry elements |
java.util.List<ErrorPageType<WebAppType<T>>> |
WebAppTypeImpl.getErrorPageList()
Returns all error-page elements |
java.util.List<FilterType<WebAppType<T>>> |
WebAppTypeImpl.getFilterList()
Returns all filter elements |
java.util.List<FilterMappingType<WebAppType<T>>> |
WebAppTypeImpl.getFilterMappingList()
Returns all filter-mapping elements |
java.util.List<IconType<WebAppType<T>>> |
WebAppTypeImpl.getIconList()
Returns all icon elements |
java.util.List<JspConfigType<WebAppType<T>>> |
WebAppTypeImpl.getJspConfigList()
Returns all jsp-config elements |
java.util.List<ListenerType<WebAppType<T>>> |
WebAppTypeImpl.getListenerList()
Returns all listener elements |
java.util.List<LocaleEncodingMappingListType<WebAppType<T>>> |
WebAppTypeImpl.getLocaleEncodingMappingListList()
Returns all locale-encoding-mapping-list elements |
java.util.List<LoginConfigType<WebAppType<T>>> |
WebAppTypeImpl.getLoginConfigList()
Returns all login-config elements |
java.util.List<MessageDestinationType<WebAppType<T>>> |
WebAppTypeImpl.getMessageDestinationList()
Returns all message-destination elements |
java.util.List<MessageDestinationRefType<WebAppType<T>>> |
WebAppTypeImpl.getMessageDestinationRefList()
Returns all message-destination-ref elements |
java.util.List<MimeMappingType<WebAppType<T>>> |
WebAppTypeImpl.getMimeMappingList()
Returns all mime-mapping elements |
java.util.List<PersistenceContextRefType<WebAppType<T>>> |
WebAppTypeImpl.getPersistenceContextRefList()
Returns all persistence-context-ref elements |
java.util.List<PersistenceUnitRefType<WebAppType<T>>> |
WebAppTypeImpl.getPersistenceUnitRefList()
Returns all persistence-unit-ref elements |
java.util.List<LifecycleCallbackType<WebAppType<T>>> |
WebAppTypeImpl.getPostConstructList()
Returns all post-construct elements |
java.util.List<LifecycleCallbackType<WebAppType<T>>> |
WebAppTypeImpl.getPreDestroyList()
Returns all pre-destroy elements |
java.util.List<ResourceEnvRefType<WebAppType<T>>> |
WebAppTypeImpl.getResourceEnvRefList()
Returns all resource-env-ref elements |
java.util.List<ResourceRefType<WebAppType<T>>> |
WebAppTypeImpl.getResourceRefList()
Returns all resource-ref elements |
java.util.List<SecurityConstraintType<WebAppType<T>>> |
WebAppTypeImpl.getSecurityConstraintList()
Returns all security-constraint elements |
java.util.List<SecurityRoleType<WebAppType<T>>> |
WebAppTypeImpl.getSecurityRoleList()
Returns all security-role elements |
java.util.List<ServletType<WebAppType<T>>> |
WebAppTypeImpl.getServletList()
Returns all servlet elements |
java.util.List<ServletMappingType<WebAppType<T>>> |
WebAppTypeImpl.getServletMappingList()
Returns all servlet-mapping elements |
java.util.List<SessionConfigType<WebAppType<T>>> |
WebAppTypeImpl.getSessionConfigList()
Returns all session-config elements |
java.util.List<WelcomeFileListType<WebAppType<T>>> |
WebAppTypeImpl.getWelcomeFileListList()
Returns all welcome-file-list elements |
IconType<WebAppType<T>> |
WebAppTypeImpl.icon()
Returns the icon element |
JspConfigType<WebAppType<T>> |
WebAppTypeImpl.jspConfig()
Returns the jsp-config element |
ListenerType<WebAppType<T>> |
WebAppTypeImpl.listener()
Returns the listener element |
LocaleEncodingMappingListType<WebAppType<T>> |
WebAppTypeImpl.localeEncodingMappingList()
Returns the locale-encoding-mapping-list element |
LoginConfigType<WebAppType<T>> |
WebAppTypeImpl.loginConfig()
Returns the login-config element |
MessageDestinationType<WebAppType<T>> |
WebAppTypeImpl.messageDestination()
Returns the message-destination element |
MessageDestinationRefType<WebAppType<T>> |
WebAppTypeImpl.messageDestinationRef()
Returns the message-destination-ref element |
MimeMappingType<WebAppType<T>> |
WebAppTypeImpl.mimeMapping()
Returns the mime-mapping element |
PersistenceContextRefType<WebAppType<T>> |
WebAppTypeImpl.persistenceContextRef()
Returns the persistence-context-ref element |
PersistenceUnitRefType<WebAppType<T>> |
WebAppTypeImpl.persistenceUnitRef()
Returns the persistence-unit-ref element |
LifecycleCallbackType<WebAppType<T>> |
WebAppTypeImpl.postConstruct()
Returns the post-construct element |
LifecycleCallbackType<WebAppType<T>> |
WebAppTypeImpl.preDestroy()
Returns the pre-destroy element |
ResourceEnvRefType<WebAppType<T>> |
WebAppTypeImpl.resourceEnvRef()
Returns the resource-env-ref element |
ResourceRefType<WebAppType<T>> |
WebAppTypeImpl.resourceRef()
Returns the resource-ref element |
SecurityConstraintType<WebAppType<T>> |
WebAppTypeImpl.securityConstraint()
Returns the security-constraint element |
SecurityRoleType<WebAppType<T>> |
WebAppTypeImpl.securityRole()
Returns the security-role element |
ServletType<WebAppType<T>> |
WebAppTypeImpl.servlet()
Returns the servlet element |
ServletMappingType<WebAppType<T>> |
WebAppTypeImpl.servletMapping()
Returns the servlet-mapping element |
SessionConfigType<WebAppType<T>> |
WebAppTypeImpl.sessionConfig()
Returns the session-config element |
WelcomeFileListType<WebAppType<T>> |
WebAppTypeImpl.welcomeFileList()
Returns the welcome-file-list element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |