Interface SiteVisitor.TopicData
-
- All Known Implementing Classes:
ImmutableTopicData
- Enclosing interface:
- SiteVisitor
@Immutable public static interface SiteVisitor.TopicData
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<StaticContentClient.Heading>getHeadings()List<StaticContentClient.ImageTag>getImages()StringgetLocale()StringgetPath()StringgetValue()
-
-
-
Method Detail
-
getPath
String getPath()
-
getLocale
String getLocale()
-
getValue
String getValue()
-
getHeadings
List<StaticContentClient.Heading> getHeadings()
-
getImages
List<StaticContentClient.ImageTag> getImages()
-
-