- JERSEY_APP_MAPPING_CONFLICT(Object, Object) - Static method in class org.glassfish.jersey.servlet.init.internal.LocalizationMessages
-
Mapping conflict.
- JERSEY_APP_NO_MAPPING(Object) - Static method in class org.glassfish.jersey.servlet.init.internal.LocalizationMessages
-
The Jersey servlet application, named {0}, has no servlet mapping.
- JERSEY_APP_NO_MAPPING_OR_ANNOTATION(Object, Object) - Static method in class org.glassfish.jersey.servlet.init.internal.LocalizationMessages
-
The Jersey servlet application, named {0}, is not annotated with {1} and has no servlet mapping.
- JERSEY_APP_REGISTERED_APPLICATION(Object) - Static method in class org.glassfish.jersey.servlet.init.internal.LocalizationMessages
-
Registering the Jersey servlet application, named {0}, with the Application class of the same name.
- JERSEY_APP_REGISTERED_CLASSES(Object, Object) - Static method in class org.glassfish.jersey.servlet.init.internal.LocalizationMessages
-
Registering the Jersey servlet application, named {0}, with the following root resource and provider classes: {1}
- JERSEY_APP_REGISTERED_MAPPING(Object, Object) - Static method in class org.glassfish.jersey.servlet.init.internal.LocalizationMessages
-
Registering the Jersey servlet application, named {0}, at the servlet mapping {1}, with the Application class of the same name.
- JerseyServletContainerInitializer - Class in org.glassfish.jersey.servlet.init
-
ServletContainerInitializer implementation used for Servlet 3.x deployment.
- JerseyServletContainerInitializer() - Constructor for class org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer
-