Package org.xwiki.rest
Class Constants
- java.lang.Object
-
- org.xwiki.rest.Constants
-
public class Constants extends Object
- Version:
- $Id: 683587adad517ed2ff67263cd10e87a2ceb54e5b $
-
-
Field Summary
Fields Modifier and Type Field Description static String
HTTP_REQUEST
Deprecated.since 9.8RC1, use org.restlet.ext.servlet.ServletUtils.getRequest(org.restlet.Request.getCurrent()) instead
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
HTTP_REQUEST
@Deprecated public static final String HTTP_REQUEST
Deprecated.since 9.8RC1, use org.restlet.ext.servlet.ServletUtils.getRequest(org.restlet.Request.getCurrent()) insteadThe key used to store the current HTTP request object in the current Restlet context.- See Also:
- Constant Field Values
-
-