Uses of Class
com.opensymphony.module.sitemesh.parser.FastPageParser.Tag
Packages that use FastPageParser.Tag
-
Uses of FastPageParser.Tag in com.opensymphony.module.sitemesh.parser
Methods in com.opensymphony.module.sitemesh.parser that return FastPageParser.TagModifier and TypeMethodDescriptionprivate 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.Methods in com.opensymphony.module.sitemesh.parser with parameters of type FastPageParser.TagModifier and TypeMethodDescriptionprivate 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.