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

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

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

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

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

Methods in org.glassfish.grizzly.servlet.ver25 that return types with arguments of type ParamValueType
 javax.xml.bind.JAXBElement<ParamValueType> ObjectFactory.createWebAppTypeContextParam(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> ServiceRefHandlerType.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.ver25 with parameters of type ParamValueType
 javax.xml.bind.JAXBElement<ParamValueType> ObjectFactory.createWebAppTypeContextParam(ParamValueType value)
          Create an instance of JAXBElement<ParamValueType>}
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.