Expresso 5-6

com.jcorporate.expresso.core.servlet.viewhandler
Class JSPViewHandler

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended bycom.jcorporate.expresso.core.servlet.StdServlet
              extended bycom.jcorporate.expresso.core.servlet.DBServlet
                  extended bycom.jcorporate.expresso.core.servlet.viewhandler.ViewHandler
                      extended bycom.jcorporate.expresso.core.servlet.viewhandler.JSPViewHandler
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class JSPViewHandler
extends ViewHandler

Special servlet designed to interact with server-side Controller objects

Author:
Michael Nash
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.jcorporate.expresso.core.servlet.DBServlet
thisClass
 
Fields inherited from class com.jcorporate.expresso.core.servlet.StdServlet
mySchema
 
Constructor Summary
JSPViewHandler()
           
 
Method Summary
 void handleView(ControllerResponse con, HttpServletRequest req, HttpServletResponse res)
          Process a Controller with an explicitly specified "view"
 
Methods inherited from class com.jcorporate.expresso.core.servlet.viewhandler.ViewHandler
doGet, doPost, getTitle, process
 
Methods inherited from class com.jcorporate.expresso.core.servlet.DBServlet
destroy, getDBName, init, requireLogin, setDBName, setSkipLogin, setupChannels
 
Methods inherited from class com.jcorporate.expresso.core.servlet.StdServlet
getSchema, getServerName, getServerPort, getServletPrefix, getServletPrefix, getString, getString, handleParam, setSchema, showError, showError
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSPViewHandler

public JSPViewHandler()
Method Detail

handleView

public void handleView(ControllerResponse con,
                       HttpServletRequest req,
                       HttpServletResponse res)
                throws ServletException,
                       IOException,
                       ControllerException,
                       NonHandleableException
Process a Controller with an explicitly specified "view"

Specified by:
handleView in class ViewHandler
Throws:
ServletException
IOException
ControllerException
NonHandleableException

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.