public class AtomRequestContextImpl extends Object implements com.liferay.portal.kernel.atom.AtomRequestContext
| Constructor and Description |
|---|
AtomRequestContextImpl(org.apache.abdera.protocol.server.RequestContext requestContext) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getContainerAttribute(String name) |
String |
getHeader(String name) |
int |
getIntParameter(String name) |
int |
getIntParameter(String name,
int defaultValue) |
long |
getLongParameter(String name) |
long |
getLongParameter(String name,
long defaultValue) |
String |
getParameter(String name) |
String |
getParameter(String name,
String defaultValue) |
Object |
getRequestAttribute(String name) |
String |
getResolvedUri() |
Object |
getSessionAttribute(String name) |
String |
getTargetBasePath() |
void |
setContainerAttribute(String name,
Object value) |
void |
setRequestAttribute(String name,
Object value) |
void |
setSessionAttribute(String name,
Object value) |
public AtomRequestContextImpl(org.apache.abdera.protocol.server.RequestContext requestContext)
public Object getContainerAttribute(String name)
getContainerAttribute in interface com.liferay.portal.kernel.atom.AtomRequestContextpublic String getHeader(String name)
getHeader in interface com.liferay.portal.kernel.atom.AtomRequestContextpublic int getIntParameter(String name)
getIntParameter in interface com.liferay.portal.kernel.atom.AtomRequestContextpublic int getIntParameter(String name, int defaultValue)
getIntParameter in interface com.liferay.portal.kernel.atom.AtomRequestContextpublic long getLongParameter(String name)
getLongParameter in interface com.liferay.portal.kernel.atom.AtomRequestContextpublic long getLongParameter(String name, long defaultValue)
getLongParameter in interface com.liferay.portal.kernel.atom.AtomRequestContextpublic String getParameter(String name)
getParameter in interface com.liferay.portal.kernel.atom.AtomRequestContextpublic String getParameter(String name, String defaultValue)
getParameter in interface com.liferay.portal.kernel.atom.AtomRequestContextpublic Object getRequestAttribute(String name)
getRequestAttribute in interface com.liferay.portal.kernel.atom.AtomRequestContextpublic String getResolvedUri()
getResolvedUri in interface com.liferay.portal.kernel.atom.AtomRequestContextpublic Object getSessionAttribute(String name)
getSessionAttribute in interface com.liferay.portal.kernel.atom.AtomRequestContextpublic String getTargetBasePath()
getTargetBasePath in interface com.liferay.portal.kernel.atom.AtomRequestContextpublic void setContainerAttribute(String name, Object value)
setContainerAttribute in interface com.liferay.portal.kernel.atom.AtomRequestContextpublic void setRequestAttribute(String name, Object value)
setRequestAttribute in interface com.liferay.portal.kernel.atom.AtomRequestContext