Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.javaee6 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient13 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webapp30 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webcommon30 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webfragment30 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ParamValueType<T> |
ParamValueType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
ParamValueType<T> |
ParamValueType.paramName(String paramName)
Sets the
param-name element |
ParamValueType<T> |
ParamValueType.paramValue(String paramValue)
Sets the
param-value element |
ParamValueType<T> |
ParamValueType.removeAllDescription()
Removes the
description element |
ParamValueType<T> |
ParamValueType.removeParamName()
Removes the
param-name element |
ParamValueType<T> |
ParamValueType.removeParamValue()
Removes the
param-value element |
Modifier and Type | Method and Description |
---|---|
ParamValueType<HandlerType<T>> |
HandlerType.createInitParam()
Creates a new
init-param element |
ParamValueType<HandlerType<T>> |
HandlerType.getOrCreateInitParam()
If not already created, a new
init-param element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<ParamValueType<HandlerType<T>>> |
HandlerType.getAllInitParam()
Returns all
init-param elements |
Modifier and Type | Method and Description |
---|---|
ParamValueType<WebAppDescriptor> |
WebAppDescriptor.createContextParam()
Creates a new
context-param element |
ParamValueType<WebAppDescriptor> |
WebAppDescriptor.getOrCreateContextParam()
If not already created, a new
context-param element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<ParamValueType<WebAppDescriptor>> |
WebAppDescriptor.getAllContextParam()
Returns all
context-param elements |
Modifier and Type | Method and Description |
---|---|
ParamValueType<WebFragmentType<T>> |
WebFragmentType.createContextParam()
Creates a new
context-param element |
ParamValueType<WebAppType<T>> |
WebAppType.createContextParam()
Creates a new
context-param element |
ParamValueType<FilterType<T>> |
FilterType.createInitParam()
Creates a new
init-param element |
ParamValueType<ServletType<T>> |
ServletType.createInitParam()
Creates a new
init-param element |
ParamValueType<WebFragmentType<T>> |
WebFragmentType.getOrCreateContextParam()
If not already created, a new
context-param 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. |
ParamValueType<FilterType<T>> |
FilterType.getOrCreateInitParam()
If not already created, a new
init-param element will be created and returned. |
ParamValueType<ServletType<T>> |
ServletType.getOrCreateInitParam()
If not already created, a new
init-param element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<ParamValueType<WebFragmentType<T>>> |
WebFragmentType.getAllContextParam()
Returns all
context-param elements |
List<ParamValueType<WebAppType<T>>> |
WebAppType.getAllContextParam()
Returns all
context-param elements |
List<ParamValueType<FilterType<T>>> |
FilterType.getAllInitParam()
Returns all
init-param elements |
List<ParamValueType<ServletType<T>>> |
ServletType.getAllInitParam()
Returns all
init-param elements |
Modifier and Type | Method and Description |
---|---|
ParamValueType<WebFragmentDescriptor> |
WebFragmentDescriptor.createContextParam()
Creates a new
context-param element |
ParamValueType<WebFragmentDescriptor> |
WebFragmentDescriptor.getOrCreateContextParam()
If not already created, a new
context-param element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<ParamValueType<WebFragmentDescriptor>> |
WebFragmentDescriptor.getAllContextParam()
Returns all
context-param elements |
Copyright © 2017 JBoss by Red Hat. All rights reserved.