public abstract class AbstractHttpRequestContext extends AbstractRequestContext
| Constructor and Description |
|---|
AbstractHttpRequestContext() |
| Modifier and Type | Method and Description |
|---|---|
abstract javax.servlet.http.Cookie |
getCookie(String name) |
abstract String |
getCookieValue(String name) |
abstract String |
getHeader(String header) |
String |
getLanguage() |
LocaleContext |
getLocaleContext() |
String |
getLpad() |
abstract HttpMethod |
getMethod() |
abstract String |
getParameterValue(String parameter) |
abstract String |
getParameterValue(String parameter,
boolean throwErrorOnNotFound) |
abstract String[] |
getParameterValues(String parameter) |
abstract String |
getPath() |
Object |
getProcessData(String name) |
AbstractHttpResponseContext |
getResponse() |
ServletContext |
getServletContext() |
abstract String |
getUri() |
void |
prepare() |
void |
setLocaleContext(LocaleContext localeContext) |
void |
setLpad(String lpad) |
void |
setProcessData(String name,
Object value) |
void |
setResponse(AbstractHttpResponseContext response) |
void |
setServletContext(ServletContext servletContext) |
void |
write(String str) |
void |
writeln(String str) |
getPortalSession, getSiteContext, setPortalSessionpublic void setServletContext(ServletContext servletContext)
public void setLocaleContext(LocaleContext localeContext)
public abstract HttpMethod getMethod()
public abstract String getUri()
public abstract String getPath()
public abstract String getParameterValue(String parameter, boolean throwErrorOnNotFound)
public abstract javax.servlet.http.Cookie getCookie(String name)
public ServletContext getServletContext()
public LocaleContext getLocaleContext()
public String getLanguage()
public void prepare()
public AbstractHttpResponseContext getResponse()
public void setResponse(AbstractHttpResponseContext response)
public String getLpad()
public void setLpad(String lpad)
public void write(String str)
public void writeln(String str)
Copyright © 2018. All rights reserved.