public abstract class StructuredTag extends Object implements BlockTag
@author name-text
@param parameter-name descriptionBlockTag.Segment| Constructor and Description |
|---|
StructuredTag(String tagName,
BlockTag.Segment... segments) |
| Modifier and Type | Method and Description |
|---|---|
String |
createPattern(String allTagNames) |
List<BlockTag.Segment> |
getSegments() |
String |
getTagName() |
Map<String,String> |
getValues() |
void |
putValue(String segmentName,
String segmentValue) |
String |
toString() |
public StructuredTag(String tagName, BlockTag.Segment... segments)
public String getTagName()
getTagName in interface Tagpublic List<BlockTag.Segment> getSegments()
getSegments in interface BlockTagpublic String createPattern(String allTagNames)
createPattern in interface BlockTagallTagNames - the list of all patterns will be calculated on the fly and describes the end of a single tagCopyright © 2018–2022. All rights reserved.