|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A parse context is generated for each processing of a page and may hold parameters which are needed in the tag Handlers.
Method Summary | |
void |
doneTag(int number)
Called when a tag number i has finished executing |
nextapp.echoservlet.Id |
getId()
Returns a unique Id object for this context |
nextapp.echoservlet.html.Element |
getOutputElement()
Returns the Element for output to be placed in |
nextapp.echoservlet.RenderingContext |
getRenderingContext()
Returns the RenderingContext that output is controlled by. |
TextSubstitution |
getTextSubstitution()
Returns the TextSubstitution object |
boolean |
isLoudErrorsUsed()
This returns true if "loud" error messages are to be used during template compilation. |
void |
startTag(int number)
Called when a tag number i is executed |
Method Detail |
public void doneTag(int number)
number
- - the number of the tagpublic nextapp.echoservlet.html.Element getOutputElement()
public nextapp.echoservlet.RenderingContext getRenderingContext()
public TextSubstitution getTextSubstitution()
public void startTag(int number)
number
- - the number of the tagpublic nextapp.echoservlet.Id getId()
public boolean isLoudErrorsUsed()
|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |