Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.webcommon30 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
WebAppType<T> |
WebAppType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
WebAppType<T> |
WebAppType.displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
WebAppType<T> |
WebAppType.distributable()
Sets the
distributable element |
WebAppType<T> |
WebAppType.id(String id)
Sets the
id attribute |
WebAppType<T> |
WebAppType.metadataComplete(Boolean metadataComplete)
Sets the
metadata-complete attribute |
WebAppType<T> |
WebAppType.moduleName(String... values)
Creates for all String objects representing
module-name elements,
a new module-name element |
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.removeAllServiceRef()
Removes all
service-ref 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.removeDistributable()
Removes the
distributable element |
WebAppType<T> |
WebAppType.removeId()
Removes the
id attribute |
WebAppType<T> |
WebAppType.removeMetadataComplete()
Removes the
metadata-complete attribute |
WebAppType<T> |
WebAppType.removeVersion()
Removes the
version attribute |
WebAppType<T> |
WebAppType.version(String version)
Sets the
version attribute |
WebAppType<T> |
WebAppType.version(WebAppVersionType version)
Sets the
version attribute |
Modifier and Type | Method and Description |
---|---|
AbsoluteOrderingType<WebAppType<T>> |
WebAppType.createAbsoluteOrdering()
Creates a new
absolute-ordering element |
ParamValueType<WebAppType<T>> |
WebAppType.createContextParam()
Creates a new
context-param element |
DataSourceType<WebAppType<T>> |
WebAppType.createDataSource()
Creates a new
data-source element |
EjbLocalRefType<WebAppType<T>> |
WebAppType.createEjbLocalRef()
Creates a new
ejb-local-ref element |
EjbRefType<WebAppType<T>> |
WebAppType.createEjbRef()
Creates a new
ejb-ref element |
EnvEntryType<WebAppType<T>> |
WebAppType.createEnvEntry()
Creates a new
env-entry element |
ErrorPageType<WebAppType<T>> |
WebAppType.createErrorPage()
Creates a new
error-page element |
FilterType<WebAppType<T>> |
WebAppType.createFilter()
Creates a new
filter element |
FilterMappingType<WebAppType<T>> |
WebAppType.createFilterMapping()
Creates a new
filter-mapping element |
IconType<WebAppType<T>> |
WebAppType.createIcon()
Creates a new
icon element |
JspConfigType<WebAppType<T>> |
WebAppType.createJspConfig()
Creates a new
jsp-config element |
ListenerType<WebAppType<T>> |
WebAppType.createListener()
Creates a new
listener element |
LocaleEncodingMappingListType<WebAppType<T>> |
WebAppType.createLocaleEncodingMappingList()
Creates a new
locale-encoding-mapping-list element |
LoginConfigType<WebAppType<T>> |
WebAppType.createLoginConfig()
Creates a new
login-config element |
MessageDestinationType<WebAppType<T>> |
WebAppType.createMessageDestination()
Creates a new
message-destination element |
MessageDestinationRefType<WebAppType<T>> |
WebAppType.createMessageDestinationRef()
Creates a new
message-destination-ref element |
MimeMappingType<WebAppType<T>> |
WebAppType.createMimeMapping()
Creates a new
mime-mapping element |
PersistenceContextRefType<WebAppType<T>> |
WebAppType.createPersistenceContextRef()
Creates a new
persistence-context-ref element |
PersistenceUnitRefType<WebAppType<T>> |
WebAppType.createPersistenceUnitRef()
Creates a new
persistence-unit-ref element |
LifecycleCallbackType<WebAppType<T>> |
WebAppType.createPostConstruct()
Creates a new
post-construct element |
LifecycleCallbackType<WebAppType<T>> |
WebAppType.createPreDestroy()
Creates a new
pre-destroy element |
ResourceEnvRefType<WebAppType<T>> |
WebAppType.createResourceEnvRef()
Creates a new
resource-env-ref element |
ResourceRefType<WebAppType<T>> |
WebAppType.createResourceRef()
Creates a new
resource-ref element |
SecurityConstraintType<WebAppType<T>> |
WebAppType.createSecurityConstraint()
Creates a new
security-constraint element |
SecurityRoleType<WebAppType<T>> |
WebAppType.createSecurityRole()
Creates a new
security-role element |
ServiceRefType<WebAppType<T>> |
WebAppType.createServiceRef()
Creates a new
service-ref element |
ServletType<WebAppType<T>> |
WebAppType.createServlet()
Creates a new
servlet element |
ServletMappingType<WebAppType<T>> |
WebAppType.createServletMapping()
Creates a new
servlet-mapping element |
SessionConfigType<WebAppType<T>> |
WebAppType.createSessionConfig()
Creates a new
session-config element |
WelcomeFileListType<WebAppType<T>> |
WebAppType.createWelcomeFileList()
Creates a new
welcome-file-list element |
List<AbsoluteOrderingType<WebAppType<T>>> |
WebAppType.getAllAbsoluteOrdering()
Returns all
absolute-ordering elements |
List<ParamValueType<WebAppType<T>>> |
WebAppType.getAllContextParam()
Returns all
context-param elements |
List<DataSourceType<WebAppType<T>>> |
WebAppType.getAllDataSource()
Returns all
data-source elements |
List<EjbLocalRefType<WebAppType<T>>> |
WebAppType.getAllEjbLocalRef()
Returns all
ejb-local-ref elements |
List<EjbRefType<WebAppType<T>>> |
WebAppType.getAllEjbRef()
Returns all
ejb-ref elements |
List<EnvEntryType<WebAppType<T>>> |
WebAppType.getAllEnvEntry()
Returns all
env-entry elements |
List<ErrorPageType<WebAppType<T>>> |
WebAppType.getAllErrorPage()
Returns all
error-page elements |
List<FilterType<WebAppType<T>>> |
WebAppType.getAllFilter()
Returns all
filter elements |
List<FilterMappingType<WebAppType<T>>> |
WebAppType.getAllFilterMapping()
Returns all
filter-mapping elements |
List<IconType<WebAppType<T>>> |
WebAppType.getAllIcon()
Returns all
icon elements |
List<JspConfigType<WebAppType<T>>> |
WebAppType.getAllJspConfig()
Returns all
jsp-config elements |
List<ListenerType<WebAppType<T>>> |
WebAppType.getAllListener()
Returns all
listener elements |
List<LocaleEncodingMappingListType<WebAppType<T>>> |
WebAppType.getAllLocaleEncodingMappingList()
Returns all
locale-encoding-mapping-list elements |
List<LoginConfigType<WebAppType<T>>> |
WebAppType.getAllLoginConfig()
Returns all
login-config elements |
List<MessageDestinationType<WebAppType<T>>> |
WebAppType.getAllMessageDestination()
Returns all
message-destination elements |
List<MessageDestinationRefType<WebAppType<T>>> |
WebAppType.getAllMessageDestinationRef()
Returns all
message-destination-ref elements |
List<MimeMappingType<WebAppType<T>>> |
WebAppType.getAllMimeMapping()
Returns all
mime-mapping elements |
List<PersistenceContextRefType<WebAppType<T>>> |
WebAppType.getAllPersistenceContextRef()
Returns all
persistence-context-ref elements |
List<PersistenceUnitRefType<WebAppType<T>>> |
WebAppType.getAllPersistenceUnitRef()
Returns all
persistence-unit-ref elements |
List<LifecycleCallbackType<WebAppType<T>>> |
WebAppType.getAllPostConstruct()
Returns all
post-construct elements |
List<LifecycleCallbackType<WebAppType<T>>> |
WebAppType.getAllPreDestroy()
Returns all
pre-destroy elements |
List<ResourceEnvRefType<WebAppType<T>>> |
WebAppType.getAllResourceEnvRef()
Returns all
resource-env-ref elements |
List<ResourceRefType<WebAppType<T>>> |
WebAppType.getAllResourceRef()
Returns all
resource-ref elements |
List<SecurityConstraintType<WebAppType<T>>> |
WebAppType.getAllSecurityConstraint()
Returns all
security-constraint elements |
List<SecurityRoleType<WebAppType<T>>> |
WebAppType.getAllSecurityRole()
Returns all
security-role elements |
List<ServiceRefType<WebAppType<T>>> |
WebAppType.getAllServiceRef()
Returns all
service-ref elements |
List<ServletType<WebAppType<T>>> |
WebAppType.getAllServlet()
Returns all
servlet elements |
List<ServletMappingType<WebAppType<T>>> |
WebAppType.getAllServletMapping()
Returns all
servlet-mapping elements |
List<SessionConfigType<WebAppType<T>>> |
WebAppType.getAllSessionConfig()
Returns all
session-config elements |
List<WelcomeFileListType<WebAppType<T>>> |
WebAppType.getAllWelcomeFileList()
Returns all
welcome-file-list elements |
AbsoluteOrderingType<WebAppType<T>> |
WebAppType.getOrCreateAbsoluteOrdering()
If not already created, a new
absolute-ordering element will be created and returned. |
ParamValueType<WebAppType<T>> |
WebAppType.getOrCreateContextParam()
If not already created, a new
context-param element will be created and returned. |
DataSourceType<WebAppType<T>> |
WebAppType.getOrCreateDataSource()
If not already created, a new
data-source element will be created and returned. |
EjbLocalRefType<WebAppType<T>> |
WebAppType.getOrCreateEjbLocalRef()
If not already created, a new
ejb-local-ref element will be created and returned. |
EjbRefType<WebAppType<T>> |
WebAppType.getOrCreateEjbRef()
If not already created, a new
ejb-ref element will be created and returned. |
EnvEntryType<WebAppType<T>> |
WebAppType.getOrCreateEnvEntry()
If not already created, a new
env-entry element will be created and returned. |
ErrorPageType<WebAppType<T>> |
WebAppType.getOrCreateErrorPage()
If not already created, a new
error-page element will be created and returned. |
FilterType<WebAppType<T>> |
WebAppType.getOrCreateFilter()
If not already created, a new
filter element will be created and returned. |
FilterMappingType<WebAppType<T>> |
WebAppType.getOrCreateFilterMapping()
If not already created, a new
filter-mapping element will be created and returned. |
IconType<WebAppType<T>> |
WebAppType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
JspConfigType<WebAppType<T>> |
WebAppType.getOrCreateJspConfig()
If not already created, a new
jsp-config element will be created and returned. |
ListenerType<WebAppType<T>> |
WebAppType.getOrCreateListener()
If not already created, a new
listener element will be created and returned. |
LocaleEncodingMappingListType<WebAppType<T>> |
WebAppType.getOrCreateLocaleEncodingMappingList()
If not already created, a new
locale-encoding-mapping-list element will be created and returned. |
LoginConfigType<WebAppType<T>> |
WebAppType.getOrCreateLoginConfig()
If not already created, a new
login-config element will be created and returned. |
MessageDestinationType<WebAppType<T>> |
WebAppType.getOrCreateMessageDestination()
If not already created, a new
message-destination element will be created and returned. |
MessageDestinationRefType<WebAppType<T>> |
WebAppType.getOrCreateMessageDestinationRef()
If not already created, a new
message-destination-ref element will be created and returned. |
MimeMappingType<WebAppType<T>> |
WebAppType.getOrCreateMimeMapping()
If not already created, a new
mime-mapping element will be created and returned. |
PersistenceContextRefType<WebAppType<T>> |
WebAppType.getOrCreatePersistenceContextRef()
If not already created, a new
persistence-context-ref element will be created and returned. |
PersistenceUnitRefType<WebAppType<T>> |
WebAppType.getOrCreatePersistenceUnitRef()
If not already created, a new
persistence-unit-ref element will be created and returned. |
LifecycleCallbackType<WebAppType<T>> |
WebAppType.getOrCreatePostConstruct()
If not already created, a new
post-construct element will be created and returned. |
LifecycleCallbackType<WebAppType<T>> |
WebAppType.getOrCreatePreDestroy()
If not already created, a new
pre-destroy element will be created and returned. |
ResourceEnvRefType<WebAppType<T>> |
WebAppType.getOrCreateResourceEnvRef()
If not already created, a new
resource-env-ref element will be created and returned. |
ResourceRefType<WebAppType<T>> |
WebAppType.getOrCreateResourceRef()
If not already created, a new
resource-ref element will be created and returned. |
SecurityConstraintType<WebAppType<T>> |
WebAppType.getOrCreateSecurityConstraint()
If not already created, a new
security-constraint element will be created and returned. |
SecurityRoleType<WebAppType<T>> |
WebAppType.getOrCreateSecurityRole()
If not already created, a new
security-role element will be created and returned. |
ServiceRefType<WebAppType<T>> |
WebAppType.getOrCreateServiceRef()
If not already created, a new
service-ref element will be created and returned. |
ServletType<WebAppType<T>> |
WebAppType.getOrCreateServlet()
If not already created, a new
servlet element will be created and returned. |
ServletMappingType<WebAppType<T>> |
WebAppType.getOrCreateServletMapping()
If not already created, a new
servlet-mapping element will be created and returned. |
SessionConfigType<WebAppType<T>> |
WebAppType.getOrCreateSessionConfig()
If not already created, a new
session-config element will be created and returned. |
WelcomeFileListType<WebAppType<T>> |
WebAppType.getOrCreateWelcomeFileList()
If not already created, a new
welcome-file-list element will be created and returned. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.