Liferay 6.1.2-ce-ga3

com.liferay.portal.atom
Class AtomRequestContextImpl

java.lang.Object
  extended by com.liferay.portal.atom.AtomRequestContextImpl
All Implemented Interfaces:
AtomRequestContext

public class AtomRequestContextImpl
extends Object
implements AtomRequestContext


Constructor Summary
AtomRequestContextImpl(org.apache.abdera.protocol.server.RequestContext requestContext)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomRequestContextImpl

public AtomRequestContextImpl(org.apache.abdera.protocol.server.RequestContext requestContext)
Method Detail

getContainerAttribute

public Object getContainerAttribute(String name)
Specified by:
getContainerAttribute in interface AtomRequestContext

getHeader

public String getHeader(String name)
Specified by:
getHeader in interface AtomRequestContext

getIntParameter

public int getIntParameter(String name)
Specified by:
getIntParameter in interface AtomRequestContext

getIntParameter

public int getIntParameter(String name,
                           int defaultValue)
Specified by:
getIntParameter in interface AtomRequestContext

getLongParameter

public long getLongParameter(String name)
Specified by:
getLongParameter in interface AtomRequestContext

getLongParameter

public long getLongParameter(String name,
                             long defaultValue)
Specified by:
getLongParameter in interface AtomRequestContext

getParameter

public String getParameter(String name)
Specified by:
getParameter in interface AtomRequestContext

getParameter

public String getParameter(String name,
                           String defaultValue)
Specified by:
getParameter in interface AtomRequestContext

getRequestAttribute

public Object getRequestAttribute(String name)
Specified by:
getRequestAttribute in interface AtomRequestContext

getResolvedUri

public String getResolvedUri()
Specified by:
getResolvedUri in interface AtomRequestContext

getSessionAttribute

public Object getSessionAttribute(String name)
Specified by:
getSessionAttribute in interface AtomRequestContext

getTargetBasePath

public String getTargetBasePath()
Specified by:
getTargetBasePath in interface AtomRequestContext

setContainerAttribute

public void setContainerAttribute(String name,
                                  Object value)
Specified by:
setContainerAttribute in interface AtomRequestContext

setRequestAttribute

public void setRequestAttribute(String name,
                                Object value)
Specified by:
setRequestAttribute in interface AtomRequestContext

setSessionAttribute

public void setSessionAttribute(String name,
                                Object value)
Specified by:
setSessionAttribute in interface AtomRequestContext

Liferay 6.1.2-ce-ga3