|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfluenceWebResourceService
Provides services related to writing Confluence html resource tags.
This service is meant to replace
ConfluenceWebResourceManager
that implements the now deprecated
WebResourceManager interface.
| Nested Class Summary | |
|---|---|
static class |
ConfluenceWebResourceService.Style
Style of a page. |
| Method Summary | |
|---|---|
void |
writeConfluenceResourceTags(java.io.Writer writer,
ConfluenceWebResourceService.Style style,
java.lang.String spaceKey)
Write all html resource tags to the given writer. |
| Method Detail |
|---|
void writeConfluenceResourceTags(@Nonnull
java.io.Writer writer,
@Nullable
ConfluenceWebResourceService.Style style,
@Nullable
java.lang.String spaceKey)
Internally Web Resources module is used to output most of the resources, with some Confluence theme specific resources added to the mix.
writer - writer to write the tags tostyle - style to apply if anyspaceKey - current space if any
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||