Class FastPageParser.Tag
- java.lang.Object
-
- com.opensymphony.module.sitemesh.parser.FastPageParser.Tag
-
- Enclosing class:
- FastPageParser
private class FastPageParser.Tag extends Object
-
-
Field Summary
Fields Modifier and Type Field Description int
nameEndIdx
Map
properties
-
Constructor Summary
Constructors Modifier Constructor Description private
Tag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addProperty(String name, String value)
Adds a name/value property pair to this tag.
-
-
-
Field Detail
-
nameEndIdx
public int nameEndIdx
-
properties
public Map properties
-
-