com.judoscript.user.httpserver
Class JudoCallServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.judoscript.user.httpserver.JudoCallServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class JudoCallServlet
extends javax.servlet.http.HttpServlet

See Also:
Serialized Form

Field Summary
static java.lang.String JUDOCALL_URI
           
 
Constructor Summary
JudoCallServlet()
           
 
Method Summary
 void addCall(java.lang.String urlPat, java.lang.Object function)
           
 java.lang.String getServletInfo()
           
 int getUriLen(java.lang.String uri)
          Used to set uriLen for calculating getPathInfo().
 void service(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JUDOCALL_URI

public static java.lang.String JUDOCALL_URI
Constructor Detail

JudoCallServlet

public JudoCallServlet()
Method Detail

addCall

public void addCall(java.lang.String urlPat,
                    java.lang.Object function)

getServletInfo

public java.lang.String getServletInfo()
Specified by:
getServletInfo in interface javax.servlet.Servlet
Overrides:
getServletInfo in class javax.servlet.GenericServlet

service

public void service(javax.servlet.http.HttpServletRequest req,
                    javax.servlet.http.HttpServletResponse res)
             throws javax.servlet.ServletException,
                    java.io.IOException
Overrides:
service in class javax.servlet.http.HttpServlet
Throws:
javax.servlet.ServletException
java.io.IOException

getUriLen

public int getUriLen(java.lang.String uri)
Used to set uriLen for calculating getPathInfo().