Package | Description |
---|---|
com.sun.jersey.spi.container.servlet |
Provides support for servlet-based and filter-based Web applications.
|
Modifier and Type | Method and Description |
---|---|
WebConfig.ConfigType |
WebServletConfig.getConfigType() |
WebConfig.ConfigType |
WebConfig.getConfigType()
Get the configuration type of this config.
|
WebConfig.ConfigType |
WebFilterConfig.getConfigType() |
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 © 2013 Oracle Corporation. All rights reserved.