org.apache.catalina.core

Class JasperListener

public class JasperListener extends Object implements LifecycleListener

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

Since: 4.1

Version: $Revision: 491990 $ $Date: 2007-01-03 01:36:57 +0100 (Wed, 03 Jan 2007) $

Author: Remy Maucherat

Field Summary
protected StringManagersm
The string manager for this package.
Method Summary
voidlifecycleEvent(LifecycleEvent event)
Primary entry point for startup and shutdown events.

Field Detail

sm

protected StringManager sm
The string manager for this package.

Method Detail

lifecycleEvent

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

Parameters: event The event that has occurred

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