|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XcapServerRequest
XCAP Server Request Object which is passed between XcapFilters. This object frontends the HttpServletRequest while providing XCAP specific convienence methods
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright |
Fields inherited from interface javax.servlet.http.HttpServletRequest |
---|
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH |
Method Summary | |
---|---|
ApplicationUsage |
getApplicationUsage()
Returns the current ApplicationUsage associated with the AUID. |
java.lang.String |
getAuid()
Returns the AUID. |
java.lang.String |
getContentType()
Returns the content type for this request |
com.ibm.xcap.DocumentSelector |
getDocumentSelector()
Returns the Document Selector for this request |
com.ibm.xcap.NodeSelector |
getNodeSelector()
Returns the NodeSelector. |
XcapCaps |
getXcapCaps()
Returns the XcapCaps object containing information from the xcap-caps.xml for this XDMS. |
java.lang.String |
getXcapRoot()
Returns the XCAP Root. |
java.net.URL |
getXcapURI()
Returns the XCAP URI |
java.lang.String |
getXml()
Returns the xml. |
java.lang.String |
getXmlName()
Returns the xmlName. |
java.lang.String |
getXui()
Returns the xui. |
boolean |
isGlobalDocument()
Returns the isGlobalDocument. |
void |
setXcapURI(java.lang.String xcapURI)
Sets the full XCAP URI used to send the XCAP request. |
Methods inherited from interface javax.servlet.http.HttpServletRequest |
---|
getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole |
Methods inherited from interface javax.servlet.ServletRequest |
---|
getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
void setXcapURI(java.lang.String xcapURI) throws java.net.MalformedURLException
xcapURI
- The full XCAP URI used to send the XCAP request.
java.net.MalformedURLException
java.net.URL getXcapURI()
java.lang.String getXcapRoot()
java.lang.String getAuid()
java.lang.String getContentType()
getContentType
in interface javax.servlet.ServletRequest
boolean isGlobalDocument()
java.lang.String getXui()
java.lang.String getXmlName()
com.ibm.xcap.NodeSelector getNodeSelector()
java.lang.String getXml()
XcapCaps getXcapCaps()
ApplicationUsage getApplicationUsage()
com.ibm.xcap.DocumentSelector getDocumentSelector()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |