org.eclipse.jetty.webapp
类 TagLibConfiguration.TagLibListener

java.lang.Object
  继承者 org.eclipse.jetty.webapp.TagLibConfiguration.TagLibListener
所有已实现的接口:
EventListener, javax.servlet.ServletContextListener
包容类:
TagLibConfiguration

public class TagLibConfiguration.TagLibListener
extends Object
implements javax.servlet.ServletContextListener

TagLibListener A listener that does the job of finding .tld files that contain (other) listeners that need to be called by the servlet container. This implementation is necessitated by the fact that it is only after all the Configuration classes have run that we will parse web.xml/fragments etc and thus find tlds mentioned therein. Note: TagLibConfiguration is not used in jetty-8 as jasper (JSP engine) uses the new TldScanner class - a ServletContainerInitializer from Servlet Spec 3 - to find all listeners in taglibs and register them with the servlet container.


构造方法摘要
TagLibConfiguration.TagLibListener(WebAppContext context)
           
 
方法摘要
 void contextDestroyed(javax.servlet.ServletContextEvent sce)
           
 void contextInitialized(javax.servlet.ServletContextEvent sce)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

TagLibConfiguration.TagLibListener

public TagLibConfiguration.TagLibListener(WebAppContext context)
方法详细信息

contextDestroyed

public void contextDestroyed(javax.servlet.ServletContextEvent sce)
指定者:
接口 javax.servlet.ServletContextListener 中的 contextDestroyed

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent sce)
指定者:
接口 javax.servlet.ServletContextListener 中的 contextInitialized


Copyright © 2013. All Rights Reserved.