net.sf.tacos.seam
Class SeamApplicationServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.apache.tapestry.ApplicationServlet
              extended by net.sf.tacos.seam.SeamApplicationServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class SeamApplicationServlet
extends org.apache.tapestry.ApplicationServlet

Wraps ApplicationServlet to setup Seam.

Author:
Igor Drobiazko
See Also:
Serialized Form

Constructor Summary
SeamApplicationServlet()
           
 
Method Summary
protected  void doService(HttpServletRequest request, HttpServletResponse response)
           
protected  void superDoService(HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class org.apache.tapestry.ApplicationServlet
addModuleIfExists, constructErrorHandler, constructRegistry, createClassResolver, destroy, doGet, doPost, init, initializeApplication, show
 
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

SeamApplicationServlet

public SeamApplicationServlet()
Method Detail

doService

protected void doService(HttpServletRequest request,
                         HttpServletResponse response)
                  throws IOException,
                         ServletException
Overrides:
doService in class org.apache.tapestry.ApplicationServlet
Throws:
IOException
ServletException

superDoService

protected void superDoService(HttpServletRequest request,
                              HttpServletResponse response)
                       throws IOException,
                              ServletException
Throws:
IOException
ServletException


Copyright © 2005-2008 SourceForge.net. All Rights Reserved.