com.caucho.servlets
Class JspPrecompileListener

java.lang.Object
  extended by com.caucho.jsp.JspPrecompileResource
      extended by com.caucho.jsp.JspPrecompileListener
          extended by com.caucho.servlets.JspPrecompileListener
All Implemented Interfaces:
java.util.EventListener, ServletContextListener

public class JspPrecompileListener
extends JspPrecompileListener

Precompiles jsp files.


Constructor Summary
JspPrecompileListener()
           
 
Method Summary
 void init()
          Initialize the resource.
 
Methods inherited from class com.caucho.jsp.JspPrecompileListener
addExtension, contextDestroyed, contextInitialized, setTimeout
 
Methods inherited from class com.caucho.jsp.JspPrecompileResource
createFileset, createFileSet, setThreadCount, setTimeoutMs, setWebApp, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspPrecompileListener

public JspPrecompileListener()
Method Detail

init

public void init()
Description copied from class: JspPrecompileResource
Initialize the resource.

Overrides:
init in class JspPrecompileResource