|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.myfaces.tobago.webapp.WeblogicWorkaroundServlet
public class WeblogicWorkaroundServlet
Workaround: Weblogic 8.1 calls the ContextListeners after calling Servlet.init() but, JSF assume it does it before. Maybe weblogic doesn't call ContextListeners from *.jar!
Constructor Summary | |
---|---|
WeblogicWorkaroundServlet()
|
Method Summary | |
---|---|
void |
init()
|
Methods inherited from class javax.servlet.http.HttpServlet |
---|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WeblogicWorkaroundServlet()
Method Detail |
---|
public void init() throws ServletException
init
in class GenericServlet
ServletException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |