org.locomotive.loco.perm
Class PermServlet

java.lang.Object
  |
  +--javax.servlet.GenericServlet
        |
        +--javax.servlet.http.HttpServlet
              |
              +--org.locomotive.loco.perm.PermServlet

public class PermServlet
extends javax.servlet.http.HttpServlet

Servlet for the optional permissions module of the Locomotive.

See Also:
Serialized Form

Constructor Summary
PermServlet()
           
 
Method Summary
 void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
          This is the entry point for the server upon receipt of a new request.
 void init(javax.servlet.ServletConfig config)
          Called during Handler initiation.
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PermServlet

public PermServlet()
Method Detail

doGet

public void doGet(javax.servlet.http.HttpServletRequest req,
                  javax.servlet.http.HttpServletResponse resp)
           throws java.io.IOException,
                  javax.servlet.ServletException
This is the entry point for the server upon receipt of a new request.
Overrides:
doGet in class javax.servlet.http.HttpServlet
Parameters:
hd_in - a HandlerData object, containing request specific information

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
Called during Handler initiation. Initializes the PermissionSet class.
Overrides:
init in class javax.servlet.GenericServlet
Parameters:
initlog - - a Log instance used to log details of initiation