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