KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > servlet > ServletContextListener > Top Examples

  • org.apache.catalina.core.StandardContext
    Standard implementation of the <b>Context</b> interface. Each child container must be a Wrapper implementation to process the requests directed to a particular servlet. @author Craig R. McClanahan @author Remy Maucherat @version $Revision: 1.173 $ $Date: 2005/03/25 18:12:48 $
  • org.springframework.web.context.ContextLoaderTests
    @author Juergen Hoeller @since 12.08.2003
  • freemarker.ext.jsp.EventForwarding
    An instance of this class should be registered as a <tt>&lt;listener></tt> in the <tt>web.xml</tt> descriptor in order to correctly dispatch events to event listeners that are specified in TLD files. @author Attila Szegedi @version $Id: EventForwarding.java,v 1.5 200 ...
  • com.opensymphony.webwork.spring.lifecycle.SpringExternalReferenceResolverSetupListener
    Setup any {@link com.opensymphony.xwork.config.ExternalReferenceResolver}s that implement the ApplicationContextAware interface from the Spring framework. Relies on Spring's {@link org.springframework.web.context.ContextLoaderListener}having been called first. @author Simon Stewart
  • org.apache.tester.ContextListener01
    Application event listener for context events. All events that occur are logged appropriately to the static logger.. @author Craig R. McClanahan @version $Revision: 1.2 $ $Date: 2004/02/27 14:58:56 $
Popular Tags