|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--HttpServlet | +--org.scrashmeow.ojb.console.LogInitializationServlet
Simple servlet to initialize the log4j sub system.
Constructor Summary | |
LogInitializationServlet()
|
Method Summary | |
void |
doGet(HttpServletRequest req,
HttpServletResponse res)
This servlet should not handle an HTTP GET. |
void |
doPost(HttpServletRequest req,
HttpServletResponse res)
This servlet should not handle an HTTP GET. |
void |
init()
Initialize log4j by finding the configuration parameter in the web.xml and using that value for log4j.properties. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LogInitializationServlet()
Method Detail |
public void init()
public void doGet(HttpServletRequest req, HttpServletResponse res)
req
- the current requestres
- the current responsepublic void doPost(HttpServletRequest req, HttpServletResponse res)
req
- the current requestres
- the current response
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |