com.liferay.portal.atom
Class AtomRequestContextImpl
java.lang.Object
com.liferay.portal.atom.AtomRequestContextImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.atom.AtomRequestContext
public class AtomRequestContextImpl
- extends java.lang.Object
- implements com.liferay.portal.kernel.atom.AtomRequestContext
- Author:
- Igor Spasic
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AtomRequestContextImpl
public AtomRequestContextImpl(org.apache.abdera.protocol.server.RequestContext requestContext)
getContainerAttribute
public java.lang.Object getContainerAttribute(java.lang.String name)
- Specified by:
getContainerAttribute in interface com.liferay.portal.kernel.atom.AtomRequestContext
getHeader
public java.lang.String getHeader(java.lang.String name)
- Specified by:
getHeader in interface com.liferay.portal.kernel.atom.AtomRequestContext
getIntParameter
public int getIntParameter(java.lang.String name)
- Specified by:
getIntParameter in interface com.liferay.portal.kernel.atom.AtomRequestContext
getIntParameter
public int getIntParameter(java.lang.String name,
int defaultValue)
- Specified by:
getIntParameter in interface com.liferay.portal.kernel.atom.AtomRequestContext
getLongParameter
public long getLongParameter(java.lang.String name)
- Specified by:
getLongParameter in interface com.liferay.portal.kernel.atom.AtomRequestContext
getLongParameter
public long getLongParameter(java.lang.String name,
long defaultValue)
- Specified by:
getLongParameter in interface com.liferay.portal.kernel.atom.AtomRequestContext
getParameter
public java.lang.String getParameter(java.lang.String name)
- Specified by:
getParameter in interface com.liferay.portal.kernel.atom.AtomRequestContext
getParameter
public java.lang.String getParameter(java.lang.String name,
java.lang.String defaultValue)
- Specified by:
getParameter in interface com.liferay.portal.kernel.atom.AtomRequestContext
getRequestAttribute
public java.lang.Object getRequestAttribute(java.lang.String name)
- Specified by:
getRequestAttribute in interface com.liferay.portal.kernel.atom.AtomRequestContext
getResolvedUri
public java.lang.String getResolvedUri()
- Specified by:
getResolvedUri in interface com.liferay.portal.kernel.atom.AtomRequestContext
getSessionAttribute
public java.lang.Object getSessionAttribute(java.lang.String name)
- Specified by:
getSessionAttribute in interface com.liferay.portal.kernel.atom.AtomRequestContext
getTargetBasePath
public java.lang.String getTargetBasePath()
- Specified by:
getTargetBasePath in interface com.liferay.portal.kernel.atom.AtomRequestContext
setContainerAttribute
public void setContainerAttribute(java.lang.String name,
java.lang.Object value)
- Specified by:
setContainerAttribute in interface com.liferay.portal.kernel.atom.AtomRequestContext
setRequestAttribute
public void setRequestAttribute(java.lang.String name,
java.lang.Object value)
- Specified by:
setRequestAttribute in interface com.liferay.portal.kernel.atom.AtomRequestContext
setSessionAttribute
public void setSessionAttribute(java.lang.String name,
java.lang.Object value)
- Specified by:
setSessionAttribute in interface com.liferay.portal.kernel.atom.AtomRequestContext