net.sf.crispy.impl.caucho
Class BurlapServlet

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.BurlapServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class BurlapServlet
extends CauchoServlet

This class execute the services and answer to request from the burlap client.

Author:
Linke
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sf.crispy.impl.caucho.CauchoServlet
log
 
Constructor Summary
BurlapServlet()
           
 
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

BurlapServlet

public BurlapServlet()
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.