|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.jsp.JspPrecompileResource
com.caucho.jsp.JspPrecompileListener
public class JspPrecompileListener
Precompiles jsp files.
Constructor Summary | |
---|---|
JspPrecompileListener()
|
Method Summary | |
---|---|
void |
addExtension(java.lang.String extension)
Adds a new extension to precompile. |
void |
contextDestroyed(ServletContextEvent event)
Callback when a ServletContext is destroyed |
void |
contextInitialized(ServletContextEvent event)
Callback when a ServletContext is initialized |
void |
setTimeout(Period timeout)
Set the time to wait for compilation to complete |
Methods inherited from class com.caucho.jsp.JspPrecompileResource |
---|
createFileset, createFileSet, init, setThreadCount, setTimeoutMs, setWebApp, start |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JspPrecompileListener()
Method Detail |
---|
public void addExtension(java.lang.String extension) throws ConfigException
ConfigException
public void setTimeout(Period timeout)
public void contextInitialized(ServletContextEvent event)
ServletContextListener
contextInitialized
in interface ServletContextListener
event
- the event for the context initializationpublic void contextDestroyed(ServletContextEvent event)
ServletContextListener
contextDestroyed
in interface ServletContextListener
event
- the event for the context destruction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |