net.sf.crispy.impl.caucho
Class BurlapServlet2

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended bynet.sf.crispy.impl.caucho.CauchoServlet
              extended bynet.sf.crispy.impl.caucho.BurlapServlet2
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class BurlapServlet2
extends CauchoServlet

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sf.crispy.impl.caucho.CauchoServlet
log
 
Constructor Summary
BurlapServlet2()
           
 
Method Summary
protected  void doPost(javax.servlet.http.HttpServletRequest pvRequest, javax.servlet.http.HttpServletResponse pvResponse)
           
 void init(javax.servlet.ServletConfig pvConfig)
           
 
Methods inherited from class net.sf.crispy.impl.caucho.CauchoServlet
addCache, clearCahce, getCacheKey, getCacheSize, getFromCache
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, 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

BurlapServlet2

public BurlapServlet2()
Method Detail

init

public void init(javax.servlet.ServletConfig pvConfig)
          throws javax.servlet.ServletException
Throws:
javax.servlet.ServletException

doPost

protected void doPost(javax.servlet.http.HttpServletRequest pvRequest,
                      javax.servlet.http.HttpServletResponse pvResponse)
               throws javax.servlet.ServletException,
                      java.io.IOException
Throws:
javax.servlet.ServletException
java.io.IOException


Copyright © 2005-2006 Crispy. All Rights Reserved.