Uses of Class
org.glassfish.grizzly.servlet.ver30.ParamValueType

Packages that use ParamValueType
org.glassfish.grizzly.servlet.ver30   
 

Uses of ParamValueType in org.glassfish.grizzly.servlet.ver30
 

Fields in org.glassfish.grizzly.servlet.ver30 with type parameters of type ParamValueType
protected  java.util.List<ParamValueType> ServletType.initParam
           
protected  java.util.List<ParamValueType> HandlerType.initParam
           
protected  java.util.List<ParamValueType> FilterType.initParam
           
 

Methods in org.glassfish.grizzly.servlet.ver30 that return ParamValueType
 ParamValueType ObjectFactory.createParamValueType()
          Create an instance of ParamValueType
 

Methods in org.glassfish.grizzly.servlet.ver30 that return types with arguments of type ParamValueType
 javax.xml.bind.JAXBElement<ParamValueType> ObjectFactory.createWebAppTypeContextParam(ParamValueType value)
          Create an instance of JAXBElement<ParamValueType>}
 javax.xml.bind.JAXBElement<ParamValueType> ObjectFactory.createWebFragmentTypeContextParam(ParamValueType value)
          Create an instance of JAXBElement<ParamValueType>}
 java.util.List<ParamValueType> ServletType.getInitParam()
          Gets the value of the initParam property.
 java.util.List<ParamValueType> HandlerType.getInitParam()
          Gets the value of the initParam property.
 java.util.List<ParamValueType> FilterType.getInitParam()
          Gets the value of the initParam property.
 

Methods in org.glassfish.grizzly.servlet.ver30 with parameters of type ParamValueType
 javax.xml.bind.JAXBElement<ParamValueType> ObjectFactory.createWebAppTypeContextParam(ParamValueType value)
          Create an instance of JAXBElement<ParamValueType>}
 javax.xml.bind.JAXBElement<ParamValueType> ObjectFactory.createWebFragmentTypeContextParam(ParamValueType value)
          Create an instance of JAXBElement<ParamValueType>}
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.