|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.scopemvc.controller.basic.ViewContext | +--org.scopemvc.controller.servlet.ServletContext | +--org.scopemvc.controller.servlet.xml.XSLServletContext
A ServletContext
that
that shows AbstractXSLPage
s.
Field Summary |
Fields inherited from class org.scopemvc.controller.servlet.ServletContext |
formParameters, request, response, servlet |
Constructor Summary | |
XSLServletContext(ScopeServlet inServlet,
javax.servlet.http.HttpServletRequest inRequest,
javax.servlet.http.HttpServletResponse inResponse,
java.util.HashMap inFormParameters)
Create with an HttpServletResponse to use on a showView during initialisation, and a HttpServletRequest accessible to application code. |
Method Summary | |
void |
showView(View inView)
Show the ServletView passed, setting the response's ContentType via a call to AbstractXSLPage.getContentType() . |
Methods inherited from class org.scopemvc.controller.servlet.ServletContext |
exit, formatMessageToHTML, getFormParameters, getHttpRequest, getHttpResponse, getServlet, handleInternalError, hasShownView, hideView, setHttpResponse, showError, startProgress, stopProgress |
Methods inherited from class org.scopemvc.controller.basic.ViewContext |
addProperty, clearProperties, clearThreadContext, getProperty, getViewContext, removeProperty, setGlobalContext, setThreadContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XSLServletContext(ScopeServlet inServlet, javax.servlet.http.HttpServletRequest inRequest, javax.servlet.http.HttpServletResponse inResponse, java.util.HashMap inFormParameters)
inServlet
- TODO: Describe the ParameterinRequest
- TODO: Describe the ParameterinResponse
- TODO: Describe the ParameterinFormParameters
- TODO: Describe the ParameterMethod Detail |
public void showView(View inView)
AbstractXSLPage.getContentType()
.
showView
in class ServletContext
inView
- TODO: Describe the Parameter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |