public class NettyHttpRequestContext extends AbstractHttpRequestContext
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTENT_TYPE_TEXTHTML |
| Constructor and Description |
|---|
NettyHttpRequestContext() |
| Modifier and Type | Method and Description |
|---|---|
javax.servlet.http.Cookie |
getCookie(String name) |
String |
getCookieValue(String name) |
String |
getHeader(String header) |
Map<String,String> |
getHeaders() |
String |
getLanguage() |
LocaleContext |
getLocaleContext() |
HttpMethod |
getMethod() |
HashMap<String,String[]> |
getParametersHashMap() |
String |
getParameterValue(String parameter) |
String |
getParameterValue(String parameter,
boolean throwErrorOnNotFound) |
String[] |
getParameterValues(String parameter) |
String |
getPath() |
ServletContext |
getServletContext() |
AbstractSiteContext |
getSiteContext() |
String |
getUri() |
void |
setCookie(javax.servlet.http.Cookie cookie) |
void |
setMethod(HttpMethod method) |
void |
setPath(String path) |
void |
setUri(String uri) |
getLpad, getProcessData, getResponse, prepare, setLocaleContext, setLpad, setProcessData, setResponse, setServletContext, write, writelngetPortalSession, setPortalSessionpublic static final String CONTENT_TYPE_TEXTHTML
public void setCookie(javax.servlet.http.Cookie cookie)
public HttpMethod getMethod()
getMethod in class AbstractHttpRequestContextpublic void setMethod(HttpMethod method)
public String getUri()
getUri in class AbstractHttpRequestContextpublic void setUri(String uri)
public String getPath()
getPath in class AbstractHttpRequestContextpublic void setPath(String path)
public String getHeader(String header)
getHeader in class AbstractHttpRequestContextpublic String[] getParameterValues(String parameter)
getParameterValues in class AbstractHttpRequestContextpublic String getParameterValue(String parameter)
getParameterValue in class AbstractHttpRequestContextpublic String getParameterValue(String parameter, boolean throwErrorOnNotFound)
getParameterValue in class AbstractHttpRequestContextpublic javax.servlet.http.Cookie getCookie(String name)
getCookie in class AbstractHttpRequestContextpublic String getCookieValue(String name)
getCookieValue in class AbstractHttpRequestContextpublic AbstractSiteContext getSiteContext()
getSiteContext in class AbstractRequestContextpublic ServletContext getServletContext()
getServletContext in class AbstractHttpRequestContextpublic LocaleContext getLocaleContext()
getLocaleContext in class AbstractHttpRequestContextpublic String getLanguage()
getLanguage in class AbstractHttpRequestContextCopyright © 2018. All rights reserved.