|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.jsp.JspCompilerInstance
public class JspCompilerInstance
Compilation interface for JSP pages.
Method Summary | |
---|---|
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. |
void |
parse()
|
void |
setPrototype(boolean prototype)
Set true for prototype compilation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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.Exception
public JspGenerator generate() throws java.lang.Exception
java.lang.Exception
public void parse() throws java.lang.Exception
java.lang.Exception
public TagInfo compileTag(TagTaglib taglib) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |