Class InlineHtmlTagWriter
java.lang.Object
com.atlassian.plugin.webresource.assembler.html.HtmlTagWriter
com.atlassian.plugin.webresource.assembler.html.InlineHtmlTagWriter
-
Constructor Summary
ConstructorsConstructorDescriptionInlineHtmlTagWriter(Config config, RequestState requestState, Writer writer, UrlMode urlMode) -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteHtmlTag(Collection<ResourceUrls> resources) Generates HTML tags for eachResourceUrlsaccording to its URL extension type and write it into theHtmlTagWriter.writer.Methods inherited from class com.atlassian.plugin.webresource.assembler.html.HtmlTagWriter
writeHtmlTag, writeHtmlTag
-
Constructor Details
-
InlineHtmlTagWriter
public InlineHtmlTagWriter(Config config, RequestState requestState, Writer writer, UrlMode urlMode)
-
-
Method Details
-
writeHtmlTag
Description copied from class:HtmlTagWriterGenerates HTML tags for eachResourceUrlsaccording to its URL extension type and write it into theHtmlTagWriter.writer.- Overrides:
writeHtmlTagin classHtmlTagWriter- Parameters:
resources- The resources containing the URL information to be used to generate HTML import tag.
-