public class PoseidonRequest extends Object implements flipkart.lego.api.entities.Request
| Constructor and Description |
|---|
PoseidonRequest(javax.servlet.http.HttpServletRequest httpRequest) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String key) |
Map<String,Object> |
getAttributeMap() |
javax.servlet.http.Cookie |
getCookie(String key) |
Object |
getHeader(String key) |
String |
getUrl() |
boolean |
hasAttribute(String key) |
void |
setAttribute(String key,
Object value) |
void |
setAttributes(Map<String,Object> map) |
public PoseidonRequest(javax.servlet.http.HttpServletRequest httpRequest)
public String getUrl()
public void setAttribute(String key, Object value)
setAttribute in interface flipkart.lego.api.helpers.Attributespublic void setAttributes(Map<String,Object> map)
setAttributes in interface flipkart.lego.api.helpers.Attributespublic Object getAttribute(String key)
getAttribute in interface flipkart.lego.api.helpers.Attributespublic Map<String,Object> getAttributeMap()
getAttributeMap in interface flipkart.lego.api.helpers.Attributespublic boolean hasAttribute(String key)
hasAttribute in interface flipkart.lego.api.helpers.Attributespublic javax.servlet.http.Cookie getCookie(String key)
Copyright © 2016. All rights reserved.