init
public void init()
throws javax.servlet.ServletException
Description copied from class: be.ASPL.presentationlayer.HTTPArchitectureServlet
Initializes the Servlet. The ASPL architecture is instantiated, and a reference to it is kept as long as the servlet object is kept by the Application server and the JVM. ServerInfo is obtained from the servlet context and copied into the architecture object for future reference by the
- Overrides:
init
in class be.ASPL.presentationlayer.HTTPArchitectureServlet
- Throws:
javax.servlet.ServletException
- See Also:
GenericServlet.init()