public class ElementsContext extends Object
Modifier and Type | Field and Description |
---|---|
static String |
copyright |
protected HttpServletRequest |
httpServletRequest |
protected HttpServletResponse |
httpServletResponse |
protected ognl.OgnlContext |
ognlContext |
protected ServletContext |
servletContext |
protected TextProvider |
textProvider |
Constructor and Description |
---|
ElementsContext() |
Modifier and Type | Method and Description |
---|---|
HttpServletRequest |
getHttpServletRequest() |
HttpServletResponse |
getHttpServletResponse() |
ognl.OgnlContext |
getOgnlContext() |
ServletContext |
getServletContext() |
TextProvider |
getTextProvider() |
void |
setHttpServletRequest(HttpServletRequest httpServletRequest) |
void |
setHttpServletResponse(HttpServletResponse httpServletResponse) |
void |
setOgnlContext(ognl.OgnlContext ognlContext) |
void |
setServletContext(ServletContext servletContext) |
void |
setTextProvider(TextProvider textProvider) |
public static final String copyright
protected TextProvider textProvider
protected HttpServletRequest httpServletRequest
protected HttpServletResponse httpServletResponse
protected ServletContext servletContext
protected ognl.OgnlContext ognlContext
public TextProvider getTextProvider()
public void setTextProvider(TextProvider textProvider)
public HttpServletRequest getHttpServletRequest()
public void setHttpServletRequest(HttpServletRequest httpServletRequest)
public HttpServletResponse getHttpServletResponse()
public void setHttpServletResponse(HttpServletResponse httpServletResponse)
public ServletContext getServletContext()
public void setServletContext(ServletContext servletContext)
public ognl.OgnlContext getOgnlContext()
public void setOgnlContext(ognl.OgnlContext ognlContext)