public class InlineHtmlTagWriter extends HtmlTagWriter
| Constructor and Description |
|---|
InlineHtmlTagWriter(Config config,
RequestState requestState,
Writer writer,
UrlMode urlMode) |
| Modifier and Type | Method and Description |
|---|---|
void |
writeHtmlTag(Collection<ResourceUrls> resources)
Generates HTML tags for each
ResourceUrls according to its URL extension type and write it into the HtmlTagWriter.writer. |
writeHtmlTag, writeHtmlTagpublic InlineHtmlTagWriter(Config config, RequestState requestState, Writer writer, UrlMode urlMode)
public void writeHtmlTag(@Nonnull Collection<ResourceUrls> resources)
HtmlTagWriterResourceUrls according to its URL extension type and write it into the HtmlTagWriter.writer.writeHtmlTag in class HtmlTagWriterresources - The resources containing the URL information to be used to generate HTML import tag.Copyright © 2024 Atlassian. All rights reserved.