Save This Page
Home » cocoon-2.1.11-src » net » php » [javadoc | source]
net.php
public class: servlet [javadoc | source]
java.lang.Object
   javax.servlet.GenericServlet
      javax.servlet.http.HttpServlet
         net.php.servlet

All Implemented Interfaces:
    Serializable, Servlet, ServletConfig

Mock class providing the declarations required to compile the Cocoon code when the actual library is not present.
Method from net.php.servlet Summary:
service
Methods from javax.servlet.http.HttpServlet:
service
Methods from javax.servlet.GenericServlet:
destroy,   getInitParameter,   getInitParameterNames,   getServletConfig,   getServletContext,   getServletInfo,   getServletName,   init,   init,   log,   log,   service
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from net.php.servlet Detail:
 public  void service(ServletRequest request,
    ServletResponse response,
    String arg) throws ServletException