|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
public interface JspAnalyzer
The interface of a JSP analyzer.
| Method Summary | |
|---|---|
void |
elExpression(ELData ed,
Object status)
A EL expression (see Expression) |
Object |
endPage(Object status)
The end of the page |
void |
endTag(TagData td,
Object status)
End of a body tag, like |
Object |
makeStatusHolder(Object initStatus)
Makes 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 of a body tag |
void |
systemTag(TagData td,
Object status)
A system tag, like <%@ |
| Method Detail |
|---|
Object makeStatusHolder(Object initStatus)
initStatus - an initial status to be passed to the JspAnalyzer. for example, the pageContext for an example-based
analyzer
void startTag(TagData td,
Object status)
td - the TagData holding the parsed datastatus - the status of the parsingendTag(TagData, Object)
void endTag(TagData td,
Object status)
td - the TagData holdking the parsed datastatus - the status of the parsing
void simpleTag(TagData td,
Object status)
td - the TagData holdking the parsed datastatus - the status of the parsing
void systemTag(TagData td,
Object status)
td - the TagData holding the parsed datastatus - the status of the parsing
void elExpression(ELData ed,
Object status)
Expression)
td - status - the status of the parsingObject endPage(Object status)
status - the status of the parsing
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||