public class JspCompilerInstance
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
addDepend(PersistentDependency depend)
Adds a dependency.
|
void |
addDependList(java.util.ArrayList<PersistentDependency> dependList)
Adds a dependency.
|
Page |
compile() |
TagInfo |
compileTag(TagTaglib taglib) |
JspGenerator |
generate() |
JspPropertyGroup |
getJspPropertyGroup()
Returns the jsp configuration.
|
boolean |
isGeneratedSource() |
boolean |
isPrototype()
Returns true for prototype compilation.
|
Page |
load() |
void |
parse() |
void |
setPrototype(boolean prototype)
Set true for prototype compilation.
|
public boolean isGeneratedSource()
public void addDepend(PersistentDependency depend)
public void addDependList(java.util.ArrayList<PersistentDependency> dependList)
public JspPropertyGroup getJspPropertyGroup()
public boolean isPrototype()
public void setPrototype(boolean prototype)
public Page compile() throws java.lang.Exception
java.lang.Exceptionpublic Page load() throws java.lang.Exception
java.lang.Exceptionpublic JspGenerator generate() throws java.lang.Exception
java.lang.Exceptionpublic void parse()
throws java.lang.Exception
java.lang.Exception