Package org.apache.struts2.views.java
Class XHTMLTagSerializer
java.lang.Object
org.apache.struts2.views.java.XHTMLTagSerializer
- All Implemented Interfaces:
- TagHandler,- TagSerializer
Write tags as XHTML
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcharacters(String text) Writes to the inner text of a tag.voidcharacters(String text, boolean encode) Writes to the inner text of a tagvoidWrites a tag closevoidsetNext(TagHandler next) voidsetup(TemplateRenderingContext context) voidstart(String name, Attributes attrs) Write a tag openening, with its attributes
- 
Field Details- 
writer
 
- 
- 
Constructor Details- 
XHTMLTagSerializerpublic XHTMLTagSerializer()
 
- 
- 
Method Details- 
charactersDescription copied from interface:TagHandlerWrites to the inner text of a tag. By default the body is html encoded- Specified by:
- charactersin interface- TagHandler
- Parameters:
- text- tag body.
- Throws:
- IOException
 
- 
charactersDescription copied from interface:TagHandlerWrites to the inner text of a tag- Specified by:
- charactersin interface- TagHandler
- Parameters:
- text- tag body
- encode- html encode the body
- Throws:
- IOException
 
- 
endDescription copied from interface:TagHandlerWrites a tag close- Specified by:
- endin interface- TagHandler
- Parameters:
- name- name of the tag
- Throws:
- IOException
 
- 
setNext- Specified by:
- setNextin interface- TagHandler
 
- 
startDescription copied from interface:TagHandlerWrite a tag openening, with its attributes- Specified by:
- startin interface- TagHandler
- Parameters:
- name- name of the tag
- attrs- attributes of the tag
- Throws:
- IOException
 
- 
setup- Specified by:
- setupin interface- TagHandler
 
 
-