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

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

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

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

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

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



Copyright © 2011 Oracle Corpration. All Rights Reserved.