Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee6.ParamValueType

Packages that use ParamValueType
org.jboss.shrinkwrap.descriptor.api.javaee6 Provides the interfaces and enumeration types as defined in the schema javaee_6.xsd 
org.jboss.shrinkwrap.descriptor.api.webapp30 Provides the interfaces and enumeration types as defined in the schema web-app_3_0.xsd 
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema web-common_3_0.xsd 
org.jboss.shrinkwrap.descriptor.api.webfragment30 Provides the interfaces and enumeration types as defined in the schema web-fragment_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.javaee6 Provides the implementation classes as defined in the schema javaee_6.xsd 
org.jboss.shrinkwrap.descriptor.impl.webapp30 Provides the implementation classes as defined in the schema web-app_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webcommon30 Provides the implementation classes as defined in the schema web-common_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webfragment30 Provides the implementation classes as defined in the schema web-fragment_3_0.xsd 
 

Uses of ParamValueType in org.jboss.shrinkwrap.descriptor.api.javaee6
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return ParamValueType
 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
 ParamValueType<T> ParamValueType.setDescription(java.lang.String description)
          Creates a new description element
 ParamValueType<T> ParamValueType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 ParamValueType<T> ParamValueType.setParamName(java.lang.String paramName)
          If not already created, a new param-name element with the given value will be created.
 ParamValueType<T> ParamValueType.setParamValue(java.lang.String paramValue)
          If not already created, a new param-value element with the given value will be created.
 

Uses of ParamValueType in org.jboss.shrinkwrap.descriptor.api.webapp30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return ParamValueType
 ParamValueType<WebApp30Descriptor> WebApp30Descriptor.contextParam()
          Returns the context-param element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type ParamValueType
 java.util.List<ParamValueType<WebApp30Descriptor>> WebApp30Descriptor.getContextParamList()
          Returns all context-param elements
 

Uses of ParamValueType in org.jboss.shrinkwrap.descriptor.api.webcommon30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return ParamValueType
 ParamValueType<WebFragmentType<T>> WebFragmentType.contextParam()
          Returns the context-param element
 ParamValueType<WebAppType<T>> WebAppType.contextParam()
          Returns the context-param element
 ParamValueType<ServletType<T>> ServletType.initParam()
          Returns the init-param element
 ParamValueType<FilterType<T>> FilterType.initParam()
          Returns the init-param element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type ParamValueType
 java.util.List<ParamValueType<WebFragmentType<T>>> WebFragmentType.getContextParamList()
          Returns all context-param elements
 java.util.List<ParamValueType<WebAppType<T>>> WebAppType.getContextParamList()
          Returns all context-param elements
 java.util.List<ParamValueType<ServletType<T>>> ServletType.getInitParamList()
          Returns all init-param elements
 java.util.List<ParamValueType<FilterType<T>>> FilterType.getInitParamList()
          Returns all init-param elements
 

Uses of ParamValueType in org.jboss.shrinkwrap.descriptor.api.webfragment30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return ParamValueType
 ParamValueType<WebFragment30Descriptor> WebFragment30Descriptor.contextParam()
          Returns the context-param element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return types with arguments of type ParamValueType
 java.util.List<ParamValueType<WebFragment30Descriptor>> WebFragment30Descriptor.getContextParamList()
          Returns all context-param elements
 

Uses of ParamValueType in org.jboss.shrinkwrap.descriptor.impl.javaee6
 

Classes in org.jboss.shrinkwrap.descriptor.impl.javaee6 that implement ParamValueType
 class ParamValueTypeImpl<T>
          This class implements the param-valueType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return ParamValueType
 ParamValueType<T> ParamValueTypeImpl.removeAllDescription()
          Removes the description element
 ParamValueType<T> ParamValueTypeImpl.removeParamName()
          Removes the param-name element
 ParamValueType<T> ParamValueTypeImpl.removeParamValue()
          Removes the param-value element
 ParamValueType<T> ParamValueTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 ParamValueType<T> ParamValueTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 ParamValueType<T> ParamValueTypeImpl.setParamName(java.lang.String paramName)
          If not already created, a new param-name element with the given value will be created.
 ParamValueType<T> ParamValueTypeImpl.setParamValue(java.lang.String paramValue)
          If not already created, a new param-value element with the given value will be created.
 

Uses of ParamValueType in org.jboss.shrinkwrap.descriptor.impl.webapp30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return ParamValueType
 ParamValueType<WebApp30Descriptor> WebApp30DescriptorImpl.contextParam()
          Returns the context-param element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return types with arguments of type ParamValueType
 java.util.List<ParamValueType<WebApp30Descriptor>> WebApp30DescriptorImpl.getContextParamList()
          Returns all context-param elements
 

Uses of ParamValueType in org.jboss.shrinkwrap.descriptor.impl.webcommon30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return ParamValueType
 ParamValueType<WebFragmentType<T>> WebFragmentTypeImpl.contextParam()
          Returns the context-param element
 ParamValueType<WebAppType<T>> WebAppTypeImpl.contextParam()
          Returns the context-param element
 ParamValueType<ServletType<T>> ServletTypeImpl.initParam()
          Returns the init-param element
 ParamValueType<FilterType<T>> FilterTypeImpl.initParam()
          Returns the init-param element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return types with arguments of type ParamValueType
 java.util.List<ParamValueType<WebFragmentType<T>>> WebFragmentTypeImpl.getContextParamList()
          Returns all context-param elements
 java.util.List<ParamValueType<WebAppType<T>>> WebAppTypeImpl.getContextParamList()
          Returns all context-param elements
 java.util.List<ParamValueType<ServletType<T>>> ServletTypeImpl.getInitParamList()
          Returns all init-param elements
 java.util.List<ParamValueType<FilterType<T>>> FilterTypeImpl.getInitParamList()
          Returns all init-param elements
 

Uses of ParamValueType in org.jboss.shrinkwrap.descriptor.impl.webfragment30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return ParamValueType
 ParamValueType<WebFragment30Descriptor> WebFragment30DescriptorImpl.contextParam()
          Returns the context-param element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return types with arguments of type ParamValueType
 java.util.List<ParamValueType<WebFragment30Descriptor>> WebFragment30DescriptorImpl.getContextParamList()
          Returns all context-param elements