Uses of Class
com.sun.grizzly.http.webxml.schema.ContextParam

Packages that use ContextParam
com.sun.grizzly.http.webxml.parser   
com.sun.grizzly.http.webxml.schema   
 

Uses of ContextParam in com.sun.grizzly.http.webxml.parser
 

Methods in com.sun.grizzly.http.webxml.parser that return ContextParam
protected  ContextParam JAXBWebXml_2_2Parser.getContextParam(ContextParam contextParam)
           
 

Methods in com.sun.grizzly.http.webxml.parser that return types with arguments of type ContextParam
protected  List<ContextParam> JAXBWebXml_2_2Parser.populateContextParam(List<ContextParam> contextParams)
           
 

Uses of ContextParam in com.sun.grizzly.http.webxml.schema
 

Fields in com.sun.grizzly.http.webxml.schema with type parameters of type ContextParam
 List<ContextParam> WebApp.contextParam
           
 

Methods in com.sun.grizzly.http.webxml.schema that return types with arguments of type ContextParam
 List<ContextParam> WebApp.getContextParam()
          <context-param> <description>description</description> <param-name>token</param-name> <param-value>value</param-value> </context-param>
 

Method parameters in com.sun.grizzly.http.webxml.schema with type arguments of type ContextParam
 void WebApp.setContextParam(List<ContextParam> contextParam)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.