|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.caucho.quercus.servlet.QuercusServletImpl
com.caucho.quercus.servlet.GoogleQuercusServletImpl
public class GoogleQuercusServletImpl
Servlet to call PHP through javax.script.
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 |
---|
protected final java.lang.String _gsBucket
Constructor Detail |
---|
public GoogleQuercusServletImpl(java.lang.String gsBucket)
Method Detail |
---|
protected QuercusContext getQuercus()
getQuercus
in class QuercusServletImpl
protected void handleThrowable(HttpServletResponse response, java.lang.Throwable e) throws java.io.IOException, ServletException
handleThrowable
in class QuercusServletImpl
java.io.IOException
ServletException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |