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 
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 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 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.javaeewebservicesclient13
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient13 that return ParamValueType
 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.
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient13 that return types with arguments of type ParamValueType
 List<ParamValueType<HandlerType<T>>> HandlerType.getAllInitParam()
          Returns all init-param elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return ParamValueType
 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.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type ParamValueType
 List<ParamValueType<WebAppDescriptor>> WebAppDescriptor.getAllContextParam()
          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<WebAppType<T>> WebAppType.createContextParam()
          Creates a new context-param element
 ParamValueType<WebFragmentType<T>> WebFragmentType.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<WebAppType<T>> WebAppType.getOrCreateContextParam()
          If not already created, a new context-param element will be created and returned.
 ParamValueType<WebFragmentType<T>> WebFragmentType.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.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type ParamValueType
 List<ParamValueType<WebAppType<T>>> WebAppType.getAllContextParam()
          Returns all context-param elements
 List<ParamValueType<WebFragmentType<T>>> WebFragmentType.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
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return ParamValueType
 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.
 

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



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.