| javax.servlet.http.HttpServlet org.apache.jetspeed.engine.JetspeedServlet
destroy | final public void destroy()(Code) | | The Servlet destroy method. Invokes
ServiceBroker tear down method.
|
init | final public void init(HttpServletRequest request, HttpServletResponse response)(Code) | | Initializes the services which need RunData to initialize
themselves (post startup).
Parameters: data - The first GET request. |
initializeComponentManager | protected ComponentManager initializeComponentManager(ServletConfig servletConfig, String appRoot, Configuration configuration) throws IOException(Code) | | If you prefer to use a component manager other than Spring, you
can override this method to do so. Do not explicitly call start()
of the ComponentManager as the JetspeedEngine will do this within its
own start() method.
Parameters: servletConfig - Parameters: appRoot - Parameters: configuration - throws: IOException - |
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)
|
|
|