Uses of Interface
io.thestencil.staticontent.api.SiteContent.TopicLink
-
Packages that use SiteContent.TopicLink Package Description io.thestencil.staticontent.api io.thestencil.staticontent.spi.beans -
-
Uses of SiteContent.TopicLink in io.thestencil.staticontent.api
Methods in io.thestencil.staticontent.api that return types with arguments of type SiteContent.TopicLink Modifier and Type Method Description Map<String,SiteContent.TopicLink>SiteContent.Site. getLinks() -
Uses of SiteContent.TopicLink in io.thestencil.staticontent.spi.beans
Classes in io.thestencil.staticontent.spi.beans that implement SiteContent.TopicLink Modifier and Type Class Description classMutableTopicLinkMethods in io.thestencil.staticontent.spi.beans that return types with arguments of type SiteContent.TopicLink Modifier and Type Method Description Map<String,SiteContent.TopicLink>MutableSite. getLinks()Method parameters in io.thestencil.staticontent.spi.beans with type arguments of type SiteContent.TopicLink Modifier and Type Method Description voidMutableSite. setLinks(Map<String,SiteContent.TopicLink> links)
-