Class RcpServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- org.apache.sling.api.servlets.SlingSafeMethodsServlet
-
- org.apache.sling.api.servlets.SlingAllMethodsServlet
-
- org.apache.jackrabbit.vault.rcp.impl.RcpServlet
-
- All Implemented Interfaces:
Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
public class RcpServlet extends org.apache.sling.api.servlets.SlingAllMethodsServlet
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected org.slf4j.Logger
log
default loggerstatic String
PARAM_ALLOW_SELF_SIGNED_CERTIFICATE
static String
PARAM_BATCHSIZE
static String
PARAM_CMD
static String
PARAM_CONNECTION_TIMEOUT_MS
static String
PARAM_DISABLE_HOSTNAME_VERIFICATION
static String
PARAM_DST
static String
PARAM_EXCLUDES
static String
PARAM_FILTER
static String
PARAM_ID
static String
PARAM_NO_ORDERING
static String
PARAM_ONLY_NEWER
static String
PARAM_PROXY_HOST
static String
PARAM_PROXY_PASSWORD
static String
PARAM_PROXY_PORT
static String
PARAM_PROXY_PROTOCOL
static String
PARAM_PROXY_USERNAME
static String
PARAM_RECURSIVE
static String
PARAM_REQUEST_TIMEOUT_MS
static String
PARAM_RESUME_FROM
static String
PARAM_SOCKET_TIMEOUT_MS
static String
PARAM_SRC
static String
PARAM_SRC_CREDS
static String
PARAM_STATE
static String
PARAM_THROTTLE
static String
PARAM_UPDATE
static String
PARAM_USE_SYSTEM_PROPERTIES
protected static String
SERVLET_PATH
-
Constructor Summary
Constructors Constructor Description RcpServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
activate(org.osgi.framework.BundleContext context)
protected void
doGet(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response)
protected void
doPost(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response)
-
Methods inherited from class org.apache.sling.api.servlets.SlingAllMethodsServlet
doDelete, doPut, getAllowedRequestMethods, isMethodValid, mayService
-
Methods inherited from class org.apache.sling.api.servlets.SlingSafeMethodsServlet
doGeneric, doHead, doOptions, doTrace, getServletInfo, handleMethodNotImplemented, service, service
-
-
-
-
Field Detail
-
SERVLET_PATH
protected static final String SERVLET_PATH
- See Also:
- Constant Field Values
-
PARAM_SRC
public static final String PARAM_SRC
- See Also:
- Constant Field Values
-
PARAM_SRC_CREDS
public static final String PARAM_SRC_CREDS
- See Also:
- Constant Field Values
-
PARAM_DST
public static final String PARAM_DST
- See Also:
- Constant Field Values
-
PARAM_ID
public static final String PARAM_ID
- See Also:
- Constant Field Values
-
PARAM_BATCHSIZE
public static final String PARAM_BATCHSIZE
- See Also:
- Constant Field Values
-
PARAM_CMD
public static final String PARAM_CMD
- See Also:
- Constant Field Values
-
PARAM_RECURSIVE
public static final String PARAM_RECURSIVE
- See Also:
- Constant Field Values
-
PARAM_STATE
public static final String PARAM_STATE
- See Also:
- Constant Field Values
-
PARAM_UPDATE
public static final String PARAM_UPDATE
- See Also:
- Constant Field Values
-
PARAM_NO_ORDERING
public static final String PARAM_NO_ORDERING
- See Also:
- Constant Field Values
-
PARAM_ONLY_NEWER
public static final String PARAM_ONLY_NEWER
- See Also:
- Constant Field Values
-
PARAM_THROTTLE
public static final String PARAM_THROTTLE
- See Also:
- Constant Field Values
-
PARAM_EXCLUDES
public static final String PARAM_EXCLUDES
- See Also:
- Constant Field Values
-
PARAM_RESUME_FROM
public static final String PARAM_RESUME_FROM
- See Also:
- Constant Field Values
-
PARAM_FILTER
public static final String PARAM_FILTER
- See Also:
- Constant Field Values
-
PARAM_ALLOW_SELF_SIGNED_CERTIFICATE
public static final String PARAM_ALLOW_SELF_SIGNED_CERTIFICATE
- See Also:
- Constant Field Values
-
PARAM_DISABLE_HOSTNAME_VERIFICATION
public static final String PARAM_DISABLE_HOSTNAME_VERIFICATION
- See Also:
- Constant Field Values
-
PARAM_CONNECTION_TIMEOUT_MS
public static final String PARAM_CONNECTION_TIMEOUT_MS
- See Also:
- Constant Field Values
-
PARAM_REQUEST_TIMEOUT_MS
public static final String PARAM_REQUEST_TIMEOUT_MS
- See Also:
- Constant Field Values
-
PARAM_SOCKET_TIMEOUT_MS
public static final String PARAM_SOCKET_TIMEOUT_MS
- See Also:
- Constant Field Values
-
PARAM_USE_SYSTEM_PROPERTIES
public static final String PARAM_USE_SYSTEM_PROPERTIES
- See Also:
- Constant Field Values
-
PARAM_PROXY_HOST
public static final String PARAM_PROXY_HOST
- See Also:
- Constant Field Values
-
PARAM_PROXY_PORT
public static final String PARAM_PROXY_PORT
- See Also:
- Constant Field Values
-
PARAM_PROXY_PROTOCOL
public static final String PARAM_PROXY_PROTOCOL
- See Also:
- Constant Field Values
-
PARAM_PROXY_USERNAME
public static final String PARAM_PROXY_USERNAME
- See Also:
- Constant Field Values
-
PARAM_PROXY_PASSWORD
public static final String PARAM_PROXY_PASSWORD
- See Also:
- Constant Field Values
-
log
protected final org.slf4j.Logger log
default logger
-
-
Method Detail
-
activate
protected void activate(org.osgi.framework.BundleContext context)
-
doGet
protected void doGet(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response) throws javax.servlet.ServletException, IOException
- Overrides:
doGet
in classorg.apache.sling.api.servlets.SlingSafeMethodsServlet
- Throws:
javax.servlet.ServletException
IOException
-
doPost
protected void doPost(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response) throws javax.servlet.ServletException, IOException
- Overrides:
doPost
in classorg.apache.sling.api.servlets.SlingAllMethodsServlet
- Throws:
javax.servlet.ServletException
IOException
-
-