|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.makumba.devel.JspxJspAnalyzer
public class JspxJspAnalyzer
| Method Summary | |
|---|---|
void |
elExpression(ELData ed,
Object status)
an EL expression, either ${...} or #{...} |
Object |
endPage(Object status)
the end of the page |
void |
endTag(TagData td,
Object status)
the end of a body tag, like |
static JspAnalyzer |
getInstance()
|
Object |
makeStatusHolder(Object initStatus)
make a status holder, which is passed to all other methods |
void |
simpleTag(TagData td,
Object status)
a simple tag, like < |
void |
startTag(TagData td,
Object status)
start a body tag |
void |
systemTag(TagData td,
Object status)
a system tag, like <%@ |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static JspAnalyzer getInstance()
public Object makeStatusHolder(Object initStatus)
makeStatusHolder in interface JspAnalyzerinitStatus - an initial status to be passed to the JspAnalyzer. for example, the pageContext for an example-based
analyzer
public void startTag(TagData td,
Object status)
startTag in interface JspAnalyzertd - the TagData holding the parsed datastatus - the status of the parsing#endTag(JspParseData.TagData, Object)
public void endTag(TagData td,
Object status)
endTag in interface JspAnalyzertd - the TagData holdking the parsed datastatus - the status of the parsing
public void simpleTag(TagData td,
Object status)
simpleTag in interface JspAnalyzertd - the TagData holdking the parsed datastatus - the status of the parsing
public void systemTag(TagData td,
Object status)
systemTag in interface JspAnalyzertd - the TagData holding the parsed datastatus - the status of the parsing
public void elExpression(ELData ed,
Object status)
elExpression in interface JspAnalyzerstatus - the status of the parsingpublic Object endPage(Object status)
endPage in interface JspAnalyzerstatus - the status of the parsing
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||