org.infolayer.servlet
Class IlServlet

java.lang.Object
  extended byHttpServlet
      extended byorg.infolayer.servlet.IlServlet

public class IlServlet
extends HttpServlet

See Also:
Serialized Form

Constructor Summary
IlServlet()
           
 
Method Summary
 void destroy()
           
 void doGet(HttpServletRequest request, HttpServletResponse response)
           
 void doPost(HttpServletRequest request, HttpServletResponse response)
           
 TemplateLoader getLoader(java.lang.String path)
           
 UmlModel getModel()
           
 void init(ServletConfig config)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IlServlet

public IlServlet()
Method Detail

init

public void init(ServletConfig config)
          throws ServletException
Throws:
ServletException

doGet

public void doGet(HttpServletRequest request,
                  HttpServletResponse response)
           throws java.io.IOException,
                  ServletException
Throws:
java.io.IOException
ServletException

getLoader

public TemplateLoader getLoader(java.lang.String path)

doPost

public void doPost(HttpServletRequest request,
                   HttpServletResponse response)
            throws java.io.IOException,
                   ServletException
Throws:
java.io.IOException
ServletException

destroy

public void destroy()

getModel

public UmlModel getModel()