| javax.servlet.http.HttpServlet de.schlund.pfixxml.FactoryInitServlet
FactoryInitServlet | public class FactoryInitServlet extends HttpServlet (Code) | | This Servlet is just there to have it's init method called on startup of the
VM. It starts all VM-global factories by calling their 'init' method from the
FactoryInit interface. These factories are located by analyzing the
"servlet.propfile" parameter which points to a file where all factories are
listed.
|
isConfigured | public static boolean isConfigured()(Code) | | |
tryReloadLog4j | public static void tryReloadLog4j()(Code) | | |
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)
|
|
|