|
||||||||||
| 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 |
| Methods inherited from class com.caucho.jsp.JspPrecompileResource |
|---|
createFileset, createFileSet, init, setThreadCount, 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
ConfigExceptionpublic void contextInitialized(ServletContextEvent event)
ServletContextListener
contextInitialized in interface ServletContextListenerevent - the event for the context initializationpublic void contextDestroyed(ServletContextEvent event)
ServletContextListener
contextDestroyed in interface ServletContextListenerevent - the event for the context destruction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||