public class JspPrecompileResource
extends java.lang.Object
Constructor and Description |
---|
JspPrecompileResource() |
Modifier and Type | Method and Description |
---|---|
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.
|
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()