com.caucho.quercus.servlet
Class GoogleQuercusServletImpl

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.caucho.quercus.servlet.QuercusServletImpl
              extended by com.caucho.quercus.servlet.GoogleQuercusServletImpl
All Implemented Interfaces:
java.io.Serializable, Servlet, ServletConfig

public class GoogleQuercusServletImpl
extends QuercusServletImpl

Servlet to call PHP through javax.script.

See Also:
Serialized Form

Field Summary
protected  java.lang.String _gsBucket
           
 
Fields inherited from class com.caucho.quercus.servlet.QuercusServletImpl
_config, _quercus, _servletContext
 
Constructor Summary
GoogleQuercusServletImpl(java.lang.String gsBucket)
           
 
Method Summary
protected  QuercusContext getQuercus()
          Returns the Quercus instance.
protected  void handleThrowable(HttpServletResponse response, java.lang.Throwable e)
           
 
Methods inherited from class com.caucho.quercus.servlet.QuercusServletImpl
checkServletAPIVersion, destroy, getPath, init, initImpl, openWrite, service, setProfileProbability
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_gsBucket

protected final java.lang.String _gsBucket
Constructor Detail

GoogleQuercusServletImpl

public GoogleQuercusServletImpl(java.lang.String gsBucket)
Method Detail

getQuercus

protected QuercusContext getQuercus()
Returns the Quercus instance.

Overrides:
getQuercus in class QuercusServletImpl

handleThrowable

protected void handleThrowable(HttpServletResponse response,
                               java.lang.Throwable e)
                        throws java.io.IOException,
                               ServletException
Overrides:
handleThrowable in class QuercusServletImpl
Throws:
java.io.IOException
ServletException