| java.lang.Object javax.servlet.GenericServlet javax.servlet.http.HttpServlet org.openlaszlo.servlets.LZServlet
LZServlet | public class LZServlet extends HttpServlet (Code) | | LZServlet is the main entry point for the Laszlo Presentation Server
The LZServlet will respond to GET (and POST) requests
per the spec at
$LPS_HOME/server/doc/lps-servlet-spec.html
Each request type (lzt query string variable) has
a Responder object that is used to construct a responder.
|
mResponderMap | public static HashMap mResponderMap(Code) | | Responder object map
|
destroy | public void destroy()(Code) | | Servlet is going away
|
getServletContextName | public static String getServletContextName(ServletContext ctxt)(Code) | | Convenience routine to return webapp name
|
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)
|
|
|