|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjfun.yan.web.YanLoaderListener
public class YanLoaderListener
The ServletContextListener implementation that's responsible for setting up
Yan container. It simply delegates to YanLoader.
| Constructor Summary | |
|---|---|
YanLoaderListener()
|
|
| Method Summary | |
|---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent event)
Close the root web application context. |
void |
contextInitialized(javax.servlet.ServletContextEvent event)
Initialize the root web application context. |
protected YanLoader |
createYanLoader()
Create the YanLoader to use. |
YanLoader |
getYanLoader()
Return the YanLoader used by this listener. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public YanLoaderListener()
| Method Detail |
|---|
public void contextInitialized(javax.servlet.ServletContextEvent event)
contextInitialized in interface javax.servlet.ServletContextListenerprotected YanLoader createYanLoader()
public YanLoader getYanLoader()
public void contextDestroyed(javax.servlet.ServletContextEvent event)
contextDestroyed in interface javax.servlet.ServletContextListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||