org.scopemvc.controller.servlet.xml
Class XSLServletContext

java.lang.Object
  |
  +--org.scopemvc.controller.basic.ViewContext
        |
        +--org.scopemvc.controller.servlet.ServletContext
              |
              +--org.scopemvc.controller.servlet.xml.XSLServletContext

public class XSLServletContext
extends ServletContext

A ServletContext that that shows AbstractXSLPages.

Version:
$Revision: 1.9 $ $Date: 2002/09/05 15:41:51 $
Author:
Steve Meyfroidt

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

XSLServletContext

public 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.

Parameters:
inServlet - TODO: Describe the Parameter
inRequest - TODO: Describe the Parameter
inResponse - TODO: Describe the Parameter
inFormParameters - TODO: Describe the Parameter
Method Detail

showView

public void showView(View inView)
Show the ServletView passed, setting the response's ContentType via a call to AbstractXSLPage.getContentType().

Specified by:
showView in class ServletContext
Parameters:
inView - TODO: Describe the Parameter


Copyright © 2000-2002 The Scope Team. All Rights Reserved.