|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CallContext | |
---|---|
org.apache.chemistry.opencmis.commons.server | OpenCMIS server interfaces. |
org.apache.chemistry.opencmis.server.shared |
Uses of CallContext in org.apache.chemistry.opencmis.commons.server |
---|
Methods in org.apache.chemistry.opencmis.commons.server with parameters of type CallContext | |
---|---|
CmisService |
CmisServiceFactory.getService(CallContext context)
Returns a CmisService object for the given CallContext . |
Uses of CallContext in org.apache.chemistry.opencmis.server.shared |
---|
Methods in org.apache.chemistry.opencmis.server.shared that return CallContext | |
---|---|
static CallContext |
HttpUtils.createContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext servletContext,
String binding,
CallContextHandler callContextHandler,
File tempDir,
int memoryThreshold)
Creates a CallContext object from a servlet request. |
Methods in org.apache.chemistry.opencmis.server.shared with parameters of type CallContext | |
---|---|
boolean |
Dispatcher.dispatch(String resource,
String httpMethod,
CallContext context,
CmisService service,
String repositoryId,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Find the appropriate method an call it. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |