Uses of Class
org.glassfish.jersey.servlet.WebConfig.ConfigType

Uses of WebConfig.ConfigType in org.glassfish.jersey.servlet
 

Methods in org.glassfish.jersey.servlet that return WebConfig.ConfigType
 WebConfig.ConfigType WebServletConfig.getConfigType()
           
 WebConfig.ConfigType WebFilterConfig.getConfigType()
           
 WebConfig.ConfigType WebConfig.getConfigType()
          Get the configuration type of this config.
static WebConfig.ConfigType WebConfig.ConfigType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WebConfig.ConfigType[] WebConfig.ConfigType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.