Uses of Class
com.opensymphony.module.sitemesh.html.util.CharArray
-
-
Uses of CharArray in com.opensymphony.module.sitemesh.html
Fields in com.opensymphony.module.sitemesh.html declared as CharArray Modifier and Type Field Description private CharArrayHTMLProcessor. outMethods in com.opensymphony.module.sitemesh.html that return CharArray Modifier and Type Method Description protected CharArrayBlockExtractingRule. createBuffer()protected CharArrayBasicRule. currentBuffer()CharArrayHTMLProcessorContext. currentBuffer()CharArrayHTMLProcessorContext. popBuffer()Methods in com.opensymphony.module.sitemesh.html with parameters of type CharArray Modifier and Type Method Description voidHTMLProcessorContext. pushBuffer(CharArray buffer)voidCustomTag. writeTo(CharArray out)voidTag. writeTo(CharArray out)Write out the complete tag in its original form, preserving original formatting.voidText. writeTo(CharArray out)Write out the complete contents of the text block, preserving original formatting.Constructors in com.opensymphony.module.sitemesh.html with parameters of type CharArray Constructor Description HTMLProcessor(char[] in, CharArray out) -
Uses of CharArray in com.opensymphony.module.sitemesh.html.rules
Fields in com.opensymphony.module.sitemesh.html.rules declared as CharArray Modifier and Type Field Description private CharArrayBodyTagRule. bodyprivate CharArrayHeadExtractingRule. headMethods in com.opensymphony.module.sitemesh.html.rules that return CharArray Modifier and Type Method Description protected CharArrayHeadExtractingRule. createBuffer()Constructors in com.opensymphony.module.sitemesh.html.rules with parameters of type CharArray Constructor Description BodyTagRule(PageBuilder page, CharArray body)HeadExtractingRule(CharArray head) -
Uses of CharArray in com.opensymphony.module.sitemesh.html.tokenizer
Fields in com.opensymphony.module.sitemesh.html.tokenizer declared as CharArray Modifier and Type Field Description private CharArrayParser. attributeBufferMethods in com.opensymphony.module.sitemesh.html.tokenizer with parameters of type CharArray Modifier and Type Method Description voidParser.ReusableToken. writeTo(CharArray out) -
Uses of CharArray in com.opensymphony.module.sitemesh.html.util
Methods in com.opensymphony.module.sitemesh.html.util that return CharArray Modifier and Type Method Description CharArrayCharArray. append(char c)Appends a single character to the end of the character array.CharArrayCharArray. append(char[] chars)Appends the supplied characters to the end of the array.CharArrayCharArray. append(char[] chars, int position, int length)CharArrayCharArray. append(CharArray chars)Appends an existing CharArray on to this one.CharArrayCharArray. append(String str)Appends the supplied string to the end of this character array.Methods in com.opensymphony.module.sitemesh.html.util with parameters of type CharArray Modifier and Type Method Description CharArrayCharArray. append(CharArray chars)Appends an existing CharArray on to this one. -
Uses of CharArray in com.opensymphony.module.sitemesh.parser
Fields in com.opensymphony.module.sitemesh.parser declared as CharArray Modifier and Type Field Description private CharArrayTokenizedHTMLPage. bodyprivate CharArrayTokenizedHTMLPage. headMethods in com.opensymphony.module.sitemesh.parser with parameters of type CharArray Modifier and Type Method Description private static FastPageParser.TagFastPageParser. parseProperties(FastPageParser.Tag tag, CharArray buffer)Deprecated.This is called when we need to extract the properties for the tag from the tag's HTML.private FastPageParser.TagFastPageParser. parseTag(FastPageParser.Tag tag, CharArray buf)Deprecated.Populates aFastPageParser.Tagobject using data from the suppliedCharArray.private static voidFastPageParser. writeTag(int state, int laststate, boolean hide, CharArray _head, CharArray _buffer, CharArray _body)Deprecated.Constructors in com.opensymphony.module.sitemesh.parser with parameters of type CharArray Constructor Description TokenizedHTMLPage(char[] original, CharArray body, CharArray head)
-