|
|
|||||||||||
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 JspAnalyzer
initStatus
- an initial status to be passed to the JspAnalyzer. for example, the pageContext for an example-based
analyzerpublic void startTag(TagData td, Object status)
startTag
in interface JspAnalyzer
td
- 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 JspAnalyzer
td
- the TagData holdking the parsed datastatus
- the status of the parsingpublic void simpleTag(TagData td, Object status)
simpleTag
in interface JspAnalyzer
td
- the TagData holdking the parsed datastatus
- the status of the parsingpublic void systemTag(TagData td, Object status)
systemTag
in interface JspAnalyzer
td
- the TagData holding the parsed datastatus
- the status of the parsingpublic void elExpression(ELData ed, Object status)
elExpression
in interface JspAnalyzer
status
- the status of the parsingpublic Object endPage(Object status)
endPage
in interface JspAnalyzer
status
- the status of the parsing
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |