Uses of Interface
io.thestencil.staticontent.api.StaticContentClient.ImageTag
-
Packages that use StaticContentClient.ImageTag Package Description io.thestencil.staticontent.api io.thestencil.staticontent.spi.visitor -
-
Uses of StaticContentClient.ImageTag in io.thestencil.staticontent.api
Classes in io.thestencil.staticontent.api that implement StaticContentClient.ImageTag Modifier and Type Class Description classImmutableImageTagImmutable implementation ofStaticContentClient.ImageTag.Methods in io.thestencil.staticontent.api that return types with arguments of type StaticContentClient.ImageTag Modifier and Type Method Description com.google.common.collect.ImmutableList<StaticContentClient.ImageTag>ImmutableMarkdown. getImages()List<StaticContentClient.ImageTag>StaticContentClient.Markdown. getImages()Methods in io.thestencil.staticontent.api with parameters of type StaticContentClient.ImageTag Modifier and Type Method Description ImmutableMarkdown.BuilderImmutableMarkdown.Builder. addImages(StaticContentClient.ImageTag element)Adds one element toimageslist.ImmutableMarkdown.BuilderImmutableMarkdown.Builder. addImages(StaticContentClient.ImageTag... elements)Adds elements toimageslist.static ImmutableImageTagImmutableImageTag. copyOf(StaticContentClient.ImageTag instance)Creates an immutable copy of aStaticContentClient.ImageTagvalue.ImmutableImageTag.BuilderImmutableImageTag.Builder. from(StaticContentClient.ImageTag instance)Fill a builder with attribute values from the providedImageTaginstance.ImmutableMarkdownImmutableMarkdown. withImages(StaticContentClient.ImageTag... elements)Copy the current immutable object with elements that replace the content ofimages.Method parameters in io.thestencil.staticontent.api with type arguments of type StaticContentClient.ImageTag Modifier and Type Method Description ImmutableMarkdown.BuilderImmutableMarkdown.Builder. addAllImages(Iterable<? extends StaticContentClient.ImageTag> elements)Adds elements toimageslist.ImmutableMarkdown.BuilderImmutableMarkdown.Builder. images(Iterable<? extends StaticContentClient.ImageTag> elements)Sets or replaces all elements forimageslist.ImmutableMarkdownImmutableMarkdown. withImages(Iterable<? extends StaticContentClient.ImageTag> elements)Copy the current immutable object with elements that replace the content ofimages. -
Uses of StaticContentClient.ImageTag in io.thestencil.staticontent.spi.visitor
Methods in io.thestencil.staticontent.spi.visitor that return types with arguments of type StaticContentClient.ImageTag Modifier and Type Method Description com.google.common.collect.ImmutableList<StaticContentClient.ImageTag>ImmutableMarkdownAst. getImages()com.google.common.collect.ImmutableList<StaticContentClient.ImageTag>ImmutableTopicData. getImages()List<StaticContentClient.ImageTag>MarkdownVisitor.MarkdownAst. getImages()List<StaticContentClient.ImageTag>SiteVisitor.TopicData. getImages()Methods in io.thestencil.staticontent.spi.visitor with parameters of type StaticContentClient.ImageTag Modifier and Type Method Description ImmutableMarkdownAst.BuilderImmutableMarkdownAst.Builder. addImages(StaticContentClient.ImageTag element)Adds one element toimageslist.ImmutableMarkdownAst.BuilderImmutableMarkdownAst.Builder. addImages(StaticContentClient.ImageTag... elements)Adds elements toimageslist.ImmutableTopicData.BuilderImmutableTopicData.Builder. addImages(StaticContentClient.ImageTag element)Adds one element toimageslist.ImmutableTopicData.BuilderImmutableTopicData.Builder. addImages(StaticContentClient.ImageTag... elements)Adds elements toimageslist.ImmutableMarkdownAstImmutableMarkdownAst. withImages(StaticContentClient.ImageTag... elements)Copy the current immutable object with elements that replace the content ofimages.ImmutableTopicDataImmutableTopicData. withImages(StaticContentClient.ImageTag... elements)Copy the current immutable object with elements that replace the content ofimages.Method parameters in io.thestencil.staticontent.spi.visitor with type arguments of type StaticContentClient.ImageTag Modifier and Type Method Description ImmutableMarkdownAst.BuilderImmutableMarkdownAst.Builder. addAllImages(Iterable<? extends StaticContentClient.ImageTag> elements)Adds elements toimageslist.ImmutableTopicData.BuilderImmutableTopicData.Builder. addAllImages(Iterable<? extends StaticContentClient.ImageTag> elements)Adds elements toimageslist.ImmutableMarkdownAst.BuilderImmutableMarkdownAst.Builder. images(Iterable<? extends StaticContentClient.ImageTag> elements)Sets or replaces all elements forimageslist.ImmutableTopicData.BuilderImmutableTopicData.Builder. images(Iterable<? extends StaticContentClient.ImageTag> elements)Sets or replaces all elements forimageslist.ImmutableMarkdownAstImmutableMarkdownAst. withImages(Iterable<? extends StaticContentClient.ImageTag> elements)Copy the current immutable object with elements that replace the content ofimages.ImmutableTopicDataImmutableTopicData. withImages(Iterable<? extends StaticContentClient.ImageTag> elements)Copy the current immutable object with elements that replace the content ofimages.
-