|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.jsp.JspPrecompileResource
public class JspPrecompileResource
Resource for precompiling all the *.jsp files on startup.
Constructor Summary | |
---|---|
JspPrecompileResource()
|
Method Summary | |
---|---|
FileSetType |
createFileset()
Add a pattern. |
FileSetType |
createFileSet()
Deprecated. |
void |
init()
Initialize the resource. |
void |
setThreadCount(int count)
Sets the number of threads to spawn. |
void |
setTimeoutMs(long timeout)
Set the time to wait for compilation to complete |
void |
setWebApp(WebApp app)
Sets the webApp. |
void |
start()
Starts the resource. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JspPrecompileResource()
Method Detail |
---|
public void setWebApp(WebApp app)
public FileSetType createFileset()
public FileSetType createFileSet()
public void setThreadCount(int count)
public void setTimeoutMs(long timeout)
@PostConstruct public void init() throws ConfigException
ConfigException
public void start()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |