org.jboss.portal.junit
Class TestServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.jboss.portal.server.servlet.AbstractMainServlet
              extended by org.jboss.portal.junit.TestServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class TestServlet
extends AbstractMainServlet

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.portal.server.servlet.AbstractMainServlet
log
 
Constructor Summary
TestServlet()
           
 
Method Summary
protected  void invoke(Invocation invocation)
           
protected  void render(PortalRequest req, PortalResponse resp)
           
 
Methods inherited from class org.jboss.portal.server.servlet.AbstractMainServlet
doGet, doPost, getContainer
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestServlet

public TestServlet()
Method Detail

invoke

protected void invoke(Invocation invocation)
               throws javax.servlet.ServletException,
                      java.io.IOException
Overrides:
invoke in class AbstractMainServlet
Throws:
javax.servlet.ServletException
java.io.IOException

render

protected void render(PortalRequest req,
                      PortalResponse resp)
               throws java.io.IOException,
                      javax.servlet.ServletException
Specified by:
render in class AbstractMainServlet
Throws:
java.io.IOException
javax.servlet.ServletException