org.jboss.cdi.tck.tests.implementation.simple.definition
Class MockServlet
java.lang.Object
org.jboss.cdi.tck.tests.implementation.simple.definition.MockServlet
- All Implemented Interfaces:
- javax.servlet.Servlet
public class MockServlet
- extends Object
- implements javax.servlet.Servlet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MockServlet
public MockServlet()
destroy
public void destroy()
- Specified by:
destroy in interface javax.servlet.Servlet
getServletConfig
public javax.servlet.ServletConfig getServletConfig()
- Specified by:
getServletConfig in interface javax.servlet.Servlet
getServletInfo
public String getServletInfo()
- Specified by:
getServletInfo in interface javax.servlet.Servlet
init
public void init(javax.servlet.ServletConfig arg0)
throws javax.servlet.ServletException
- Specified by:
init in interface javax.servlet.Servlet
- Throws:
javax.servlet.ServletException
service
public void service(javax.servlet.ServletRequest arg0,
javax.servlet.ServletResponse arg1)
throws javax.servlet.ServletException,
IOException
- Specified by:
service in interface javax.servlet.Servlet
- Throws:
javax.servlet.ServletException
IOException
Copyright © 2008-2012 Seam Framework. All Rights Reserved.