public class Highlight extends Handler
syntaxHighlight| Constructor and Description |
|---|
Highlight() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
service(HttpServletRequest req,
HttpServletResponse res)
Provides PHP Highlight Gateway service
|
protected void service(HttpServletRequest req,
HttpServletResponse res)
throws ServletException,
java.io.IOException
service in class Handlerreq - HttpServletRequest passed in by servlet containerres - HttpServletResponse passed in by servlet containerServletException - if a servlet-specific exception occursjava.io.IOException - if a read/write exception occursorg.apache.catalina.servlets.php.Handler