Uses of Class
com.sun.grizzly.http.webxml.schema.version_2_4.ParamValueType

Packages that use ParamValueType
com.sun.grizzly.http.webxml.schema.version_2_4   
 

Uses of ParamValueType in com.sun.grizzly.http.webxml.schema.version_2_4
 

Fields in com.sun.grizzly.http.webxml.schema.version_2_4 with type parameters of type ParamValueType
protected  List<ParamValueType> ServletType.initParam
           
protected  List<ParamValueType> FilterType.initParam
           
protected  List<ParamValueType> ServiceRefHandlerType.initParam
           
 

Methods in com.sun.grizzly.http.webxml.schema.version_2_4 that return ParamValueType
 ParamValueType ObjectFactory.createParamValueType()
          Create an instance of ParamValueType
 

Methods in com.sun.grizzly.http.webxml.schema.version_2_4 that return types with arguments of type ParamValueType
 List<ParamValueType> ServletType.getInitParam()
          Gets the value of the initParam property.
 List<ParamValueType> FilterType.getInitParam()
          Gets the value of the initParam property.
 List<ParamValueType> ServiceRefHandlerType.getInitParam()
          Gets the value of the initParam property.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.