Uses of Class
com.sun.jersey.test.framework.web.jaxb.types.ServletInitParamType

Packages that use ServletInitParamType
com.sun.jersey.test.framework.web.jaxb Provides JAXB support for Web application description documents. 
com.sun.jersey.test.framework.web.jaxb.types JAXB beans for Web application description documents. 
 

Uses of ServletInitParamType in com.sun.jersey.test.framework.web.jaxb
 

Methods in com.sun.jersey.test.framework.web.jaxb that return ServletInitParamType
 ServletInitParamType ObjectFactory.createServletInitParamType()
           
 

Uses of ServletInitParamType in com.sun.jersey.test.framework.web.jaxb.types
 

Methods in com.sun.jersey.test.framework.web.jaxb.types that return types with arguments of type ServletInitParamType
 List<ServletInitParamType> ServletType.getInitParams()
           
 

Method parameters in com.sun.jersey.test.framework.web.jaxb.types with type arguments of type ServletInitParamType
 void ServletType.setInitParam(List<ServletInitParamType> initParams)
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.