|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.quercus.servlet.QuercusServletImpl
public class QuercusServletImpl
Servlet to call PHP through javax.script.
| Field Summary | |
|---|---|
protected ServletConfig |
_config
|
protected Quercus |
_quercus
|
protected ServletContext |
_servletContext
|
| Constructor Summary | |
|---|---|
QuercusServletImpl()
|
|
| Method Summary | |
|---|---|
protected void |
checkServletAPIVersion()
|
void |
destroy()
Gets the script manager. |
protected Quercus |
getQuercus()
Returns the Quercus instance. |
void |
init(ServletConfig config)
initialize the script manager. |
void |
service(HttpServletRequest request,
HttpServletResponse response)
Service. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Quercus _quercus
protected ServletConfig _config
protected ServletContext _servletContext
| Constructor Detail |
|---|
public QuercusServletImpl()
| Method Detail |
|---|
public void init(ServletConfig config)
throws ServletException
ServletExceptionprotected void checkServletAPIVersion()
public void service(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
java.io.IOException
ServletException
java.io.IOExceptionprotected Quercus getQuercus()
public void destroy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||