public class FacebookServletRequest
extends org.springframework.extensions.webscripts.servlet.WebScriptServletRequest
| Constructor and Description |
|---|
FacebookServletRequest(org.springframework.extensions.webscripts.Runtime container,
javax.servlet.http.HttpServletRequest req,
org.springframework.extensions.webscripts.Match serviceMatch,
org.springframework.extensions.config.ServerProperties serverProperties,
String pathInfo)
Construct
|
| Modifier and Type | Method and Description |
|---|---|
String |
getApiKey() |
String |
getAppId() |
String |
getCanvasPath() |
String[] |
getFriends() |
String |
getPagePath() |
String |
getPathInfo() |
String |
getSecretKey() |
String |
getSessionKey() |
String |
getUserId() |
boolean |
isInCanvas() |
forceSuccessStatus, getAgent, getContent, getContentType, getContextPath, getFileField, getHeader, getHeaderNames, getHeaderValues, getHttpServletRequest, getParameter, getParameterNames, getParameterValues, getQueryString, getServerPath, getServiceContextPath, getServiceMatch, getServicePath, getURL, resolveUserAgent, toStringpublic FacebookServletRequest(org.springframework.extensions.webscripts.Runtime container,
javax.servlet.http.HttpServletRequest req,
org.springframework.extensions.webscripts.Match serviceMatch,
org.springframework.extensions.config.ServerProperties serverProperties,
String pathInfo)
serverConfig - req - serviceMatch - public String getApiKey()
public String getUserId()
public String getSessionKey()
public boolean isInCanvas()
public String getSecretKey()
public String getAppId()
public String getCanvasPath()
public String getPagePath()
public String[] getFriends()
public String getPathInfo()
getPathInfo in interface org.springframework.extensions.webscripts.WebScriptRequestgetPathInfo in class org.springframework.extensions.webscripts.servlet.WebScriptServletRequestCopyright © 2005–2014 Alfresco Software. All rights reserved.