public class FPRPCRequest extends WSSRequest
HttpServletRequest
to provide FP-RPC specific parsing.Modifier and Type | Field and Description |
---|---|
static int |
FPRPC_CAML_REQUEST |
static int |
FPRPC_GET_REQUEST |
static int |
FPRPC_POST_REQUEST |
Constructor and Description |
---|
FPRPCRequest(HttpServletRequest httpRequest,
String sitePath) |
Modifier and Type | Method and Description |
---|---|
String |
getBaseUrl(String fpDir) |
List<FPRPCCall> |
getCalls() |
String |
getPrincipalName() |
int |
getRequestMode() |
InputStream |
getVermeerBinary() |
String |
getVersion() |
getBaseUrl, getHttpRequest, getResourcesUrl, getSitePath, getUserName
public static final int FPRPC_GET_REQUEST
public static final int FPRPC_POST_REQUEST
public static final int FPRPC_CAML_REQUEST
public FPRPCRequest(HttpServletRequest httpRequest, String sitePath) throws MalformedFPRPCRequest
MalformedFPRPCRequest
public int getRequestMode()
public String getVersion()
public InputStream getVermeerBinary()
public String getPrincipalName()
public String getBaseUrl(String fpDir)
getBaseUrl
in class WSSRequest
Copyright © 2011 Nuxeo SA. All Rights Reserved.