|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.jersey.server.ServerProperties
public final class ServerProperties
Jersey server-side configuration properties.
| Field Summary | |
|---|---|
static String |
COMMON_DELIMITERS
Common delimiters used by various properties. |
static String |
JAXRS_APPLICATION_CLASS
Application configuration initialization property whose value is a fully qualified class name of a class that implements Application. |
static String |
PROVIDER_CLASSNAMES
Defines one or more class names that implement application-specific resources and providers. |
static String |
PROVIDER_CLASSPATH
Defines class-path that contains application-specific resources and providers. |
static String |
PROVIDER_PACKAGES
Defines one or more packages that contain application-specific resources and providers. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String JAXRS_APPLICATION_CLASS
Application.
A default value is not set.
The name of the configuration property is "javax.ws.rs.Application".
public static final String PROVIDER_PACKAGES
@Path) and
providers (annotated with @Provider).
The property value MUST be an instance of String or String[]
array. Each String instance represents one or more package names
that MUST be separated only by characters declared in COMMON_DELIMITERS.
A default value is not set.
The name of the configuration property is "jersey.config.server.provider.packages".
public static final String PROVIDER_CLASSPATH
@Path)
and providers (annotated with @Provider).
Each path element MUST be an absolute or relative directory, or a Jar file.
The contents of a directory, including Java class files, jars files
and sub-directories are scanned (recursively).
The property value MUST be an instance of String or String[]
array. Each String instance represents one or more paths
that MUST be separated only by characters declared in COMMON_DELIMITERS.
A default value is not set.
The name of the configuration property is "jersey.config.server.provider.classpath".
public static final String PROVIDER_CLASSNAMES
@Path) or providers (annotated with
@Provider).
The property value MUST be an instance of String or String[]
array. Each String instance represents one or more class names
that MUST be separated only by characters declared in COMMON_DELIMITERS.
A default value is not set.
The name of the configuration property is "jersey.config.server.provider.classnames".
public static final String COMMON_DELIMITERS
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||