|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TagHandler
| Method Summary | |
|---|---|
void |
characters(String text)
Writes to the inner text of a tag. |
void |
characters(String text,
boolean encode)
Writes to the inner text of a tag |
void |
end(String name)
Writes a tag close |
void |
setNext(TagHandler next)
|
void |
setup(TemplateRenderingContext context)
|
void |
start(String name,
Attributes attributes)
Write a tag openening, with its attributes |
| Method Detail |
|---|
void setNext(TagHandler next)
void setup(TemplateRenderingContext context)
void start(String name,
Attributes attributes)
throws IOException
name - name of the tagattributes - attributes of the tag
IOException
void end(String name)
throws IOException
name - name of the tag
IOException
void characters(String text)
throws IOException
text - tag body.
IOException
void characters(String text,
boolean encode)
throws IOException
text - tag bodyencode - html encode the body
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||