Uses of Class
com.sun.grizzly.http.webxml.schema.version_2_3.ParamValue

Packages that use ParamValue
com.sun.grizzly.http.webxml.schema.version_2_3   
 

Uses of ParamValue in com.sun.grizzly.http.webxml.schema.version_2_3
 

Fields in com.sun.grizzly.http.webxml.schema.version_2_3 declared as ParamValue
protected  ParamValue ContextParam.paramValue
           
protected  ParamValue InitParam.paramValue
           
 

Methods in com.sun.grizzly.http.webxml.schema.version_2_3 that return ParamValue
 ParamValue ObjectFactory.createParamValue()
          Create an instance of ParamValue
 ParamValue ContextParam.getParamValue()
          Gets the value of the paramValue property.
 ParamValue InitParam.getParamValue()
          Gets the value of the paramValue property.
 

Methods in com.sun.grizzly.http.webxml.schema.version_2_3 with parameters of type ParamValue
 void ContextParam.setParamValue(ParamValue value)
          Sets the value of the paramValue property.
 void InitParam.setParamValue(ParamValue value)
          Sets the value of the paramValue property.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.