com.jcorporate.expresso.core.servlet.viewhandler
Class XMLViewHandler
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.jcorporate.expresso.core.servlet.StdServlet
com.jcorporate.expresso.core.servlet.DBServlet
com.jcorporate.expresso.core.servlet.viewhandler.ViewHandler
com.jcorporate.expresso.core.servlet.viewhandler.XMLViewHandler
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
- public class XMLViewHandler
- extends ViewHandler
Special servlet designed to interact with server-side Controller objects,
transforming xml
- Author:
- Michael Nash, Larry Hamel
- See Also:
- Serialized Form
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
thisClass
protected static final String thisClass
XMLViewHandler
public XMLViewHandler()
handleView
public void handleView(ControllerResponse con,
HttpServletRequest req,
HttpServletResponse res)
throws ControllerException,
IOException,
ServletException
- Handle the Controller by producing XML output, transforming via a specified
XSL stylesheet
Creation date: (8/3/00 5:22:58 PM)
- Specified by:
handleView in class ViewHandler
- Throws:
ControllerException
IOException
ServletException
init
public void init(ServletConfig sc)
throws ServletException
- Standard Servlet init() function
- Specified by:
init in interface Servlet- Overrides:
init in class DBServlet
- Parameters:
sc - The servlet Configuration passed by the web.xml file
- Throws:
ServletException
Please see www.jcorporate.com for information about new Expresso releases.