net.sf.crispy.impl.caucho
Class CauchoServlet

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

public class CauchoServlet
extends javax.servlet.http.HttpServlet

Parent class from burlap and hessian server side implementation.

Author:
Linke
See Also:
Serialized Form

Field Summary
protected static org.apache.commons.logging.Log log
           
 
Constructor Summary
CauchoServlet()
           
 
Method Summary
 java.lang.Object addCache(java.lang.String pvKey, java.lang.Object pvValue)
           
 void clearCahce()
           
 java.lang.String getCacheKey(javax.servlet.http.HttpServletRequest pvRequest)
           
 int getCacheSize()
           
 java.lang.Object getFromCache(java.lang.String pvKey)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, 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
 

Field Detail

log

protected static final org.apache.commons.logging.Log log
Constructor Detail

CauchoServlet

public CauchoServlet()
Method Detail

addCache

public java.lang.Object addCache(java.lang.String pvKey,
                                 java.lang.Object pvValue)

getFromCache

public java.lang.Object getFromCache(java.lang.String pvKey)

clearCahce

public void clearCahce()

getCacheSize

public int getCacheSize()

getCacheKey

public java.lang.String getCacheKey(javax.servlet.http.HttpServletRequest pvRequest)


Copyright © 2005-2006 Crispy. All Rights Reserved.