Apache Tomcat 7.0.37

org.apache.catalina.core
Class JasperListener

java.lang.Object
  extended by org.apache.catalina.core.JasperListener
All Implemented Interfaces:
LifecycleListener

public class JasperListener
extends Object
implements LifecycleListener

This listener is designed to initialize Jasper before any web applications are started.

Since:
4.1
Version:
$Id: JasperListener.java 1026801 2010-10-24 14:04:56Z markt $
Author:
Remy Maucherat

Field Summary
protected static StringManager sm
          The string manager for this package.
 
Constructor Summary
JasperListener()
           
 
Method Summary
 void lifecycleEvent(LifecycleEvent event)
          Primary entry point for startup and shutdown events.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sm

protected static final StringManager sm
The string manager for this package.

Constructor Detail

JasperListener

public JasperListener()
Method Detail

lifecycleEvent

public void lifecycleEvent(LifecycleEvent event)
Primary entry point for startup and shutdown events.

Specified by:
lifecycleEvent in interface LifecycleListener
Parameters:
event - The event that has occurred

Apache Tomcat 7.0.37

Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.