org.infolayer.servlet
Class IlServlet
java.lang.Object
HttpServlet
org.infolayer.servlet.IlServlet
- public class IlServlet
- extends HttpServlet
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IlServlet
public IlServlet()
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()