|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParamValueType | |
---|---|
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 |
Uses of ParamValueType in org.jboss.shrinkwrap.descriptor.api.javaee5 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.javaee5 that return ParamValueType | |
---|---|
ParamValueType<T> |
ParamValueType.description(String... values)
Creates for all String objects representing description elements,
a new description element |
ParamValueType<T> |
ParamValueType.id(String id)
Sets the id attribute |
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.removeId()
Removes the id attribute |
ParamValueType<T> |
ParamValueType.removeParamName()
Removes the param-name element |
ParamValueType<T> |
ParamValueType.removeParamValue()
Removes the param-value element |
Uses of ParamValueType in org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient12 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient12 that return ParamValueType | |
---|---|
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. |
Methods in org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient12 that return types with arguments of type ParamValueType | |
---|---|
List<ParamValueType<ServiceRefHandlerType<T>>> |
ServiceRefHandlerType.getAllInitParam()
Returns all init-param elements |
Uses of ParamValueType in org.jboss.shrinkwrap.descriptor.api.jsptaglibrary21 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.jsptaglibrary21 that return ParamValueType | |
---|---|
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. |
Methods in org.jboss.shrinkwrap.descriptor.api.jsptaglibrary21 that return types with arguments of type ParamValueType | |
---|---|
List<ParamValueType<ValidatorType<T>>> |
ValidatorType.getAllInitParam()
Returns all init-param elements |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |