| java.lang.Object javax.servlet.GenericServlet javax.servlet.http.HttpServlet jschemeweb.SchemeServlet
do_servicedo_deletedo_getdo_optionsdo_postdo_putdo_tracedo_destroy | public jsint.Procedure do_servicedo_deletedo_getdo_optionsdo_postdo_putdo_tracedo_destroy(Code) | | |
destroy | public void destroy()(Code) | | |
init | public void init() throws ServletException(Code) | | This reads a scheme initialization procedure from the resource
specified by the init-param with name "code" in the web.xml The
procedure is then evaluated and applied to this servlet. The
procedure can optionally set the do_??? variables of this servlet
to scheme procedures which will override the defaults.
|
Methods inherited from javax.servlet.http.HttpServlet | protected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doHead(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doTrace(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected long getLastModified(HttpServletRequest req)(Code)(Java Doc) protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) public void service(ServletRequest req, ServletResponse res) throws ServletException, IOException(Code)(Java Doc)
|
|
|