
org.glassfish.jersey.logging.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of servlet-spring-jersey
Show all versions of servlet-spring-jersey
servlet-spring-jersey - spring/jersey support. requires spring-web's RequestContextFilter.
The newest version!
package org.glassfish.jersey.logging;
/**
* @author Richard Vowles - https://plus.google.com/+RichardVowles
*/
public class Constants {
public static final String REST_CONTEXT = "connect.rest.method";
public static final String REST_STATUS_CODE = "connect.response.statusCode";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy