Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.javaee5 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient12 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.jsptaglibrary21 |
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<ServiceRefHandlerType<T>> |
ServiceRefHandlerType.createInitParam()
Creates a new
init-param element |
ParamValueType<ServiceRefHandlerType<T>> |
ServiceRefHandlerType.getOrCreateInitParam()
If not already created, a new
init-param element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<ParamValueType<ServiceRefHandlerType<T>>> |
ServiceRefHandlerType.getAllInitParam()
Returns all
init-param elements |
Modifier and Type | Method and Description |
---|---|
ParamValueType<ValidatorType<T>> |
ValidatorType.createInitParam()
Creates a new
init-param element |
ParamValueType<ValidatorType<T>> |
ValidatorType.getOrCreateInitParam()
If not already created, a new
init-param element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<ParamValueType<ValidatorType<T>>> |
ValidatorType.getAllInitParam()
Returns all
init-param elements |
Copyright © 2017 JBoss by Red Hat. All rights reserved.