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

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

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

Fields in com.sun.grizzly.http.webxml.schema.version_2_3 declared as ParamName
protected  ParamName ContextParam.paramName
           
protected  ParamName InitParam.paramName
           
 

Methods in com.sun.grizzly.http.webxml.schema.version_2_3 that return ParamName
 ParamName ObjectFactory.createParamName()
          Create an instance of ParamName
 ParamName ContextParam.getParamName()
          Gets the value of the paramName property.
 ParamName InitParam.getParamName()
          Gets the value of the paramName property.
 

Methods in com.sun.grizzly.http.webxml.schema.version_2_3 with parameters of type ParamName
 void ContextParam.setParamName(ParamName value)
          Sets the value of the paramName property.
 void InitParam.setParamName(ParamName value)
          Sets the value of the paramName property.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.