|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParseContext
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 |
Id |
getId()
Returns a unique Id object for this context |
Element |
getOutputElement()
Returns the Element for output to be placed in |
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 |
---|
void doneTag(int number)
number
- - the number of the tagElement getOutputElement()
RenderingContext getRenderingContext()
TextSubstitution getTextSubstitution()
void startTag(int number)
number
- - the number of the tagId getId()
boolean isLoudErrorsUsed()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |