| Package | Description |
|---|---|
| com.sun.java.xml.ns.javaee |
| Modifier and Type | Field and Description |
|---|---|
protected List<ParamValueType> |
HandlerType.initParam |
protected List<ParamValueType> |
FilterType.initParam |
protected List<ParamValueType> |
ServletType.initParam |
| Modifier and Type | Method and Description |
|---|---|
ParamValueType |
ObjectFactory.createParamValueType()
Create an instance of
ParamValueType |
ParamValueType |
ParamValueType.withDescription(Collection<DescriptionType> values) |
ParamValueType |
ParamValueType.withDescription(DescriptionType... values) |
ParamValueType |
ParamValueType.withId(String value) |
ParamValueType |
ParamValueType.withParamName(String value) |
ParamValueType |
ParamValueType.withParamValue(XsdStringType value) |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<ParamValueType> |
ObjectFactory.createWebAppTypeContextParam(ParamValueType value)
|
JAXBElement<ParamValueType> |
ObjectFactory.createWebFragmentTypeContextParam(ParamValueType value)
|
List<ParamValueType> |
HandlerType.getInitParam()
Gets the value of the initParam property.
|
List<ParamValueType> |
FilterType.getInitParam()
Gets the value of the initParam property.
|
List<ParamValueType> |
ServletType.getInitParam()
Gets the value of the initParam property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<ParamValueType> |
ObjectFactory.createWebAppTypeContextParam(ParamValueType value)
|
JAXBElement<ParamValueType> |
ObjectFactory.createWebFragmentTypeContextParam(ParamValueType value)
|
HandlerType |
HandlerType.withInitParam(ParamValueType... values) |
FilterType |
FilterType.withInitParam(ParamValueType... values) |
ServletType |
ServletType.withInitParam(ParamValueType... values) |
| Modifier and Type | Method and Description |
|---|---|
HandlerType |
HandlerType.withInitParam(Collection<ParamValueType> values) |
FilterType |
FilterType.withInitParam(Collection<ParamValueType> values) |
ServletType |
ServletType.withInitParam(Collection<ParamValueType> values) |
Copyright © 2020. All rights reserved.