@UnknownActivationContextCheck(value=false) @WhitelistAccessOnly public class ComponentLibraries extends Object
Constructor and Description |
---|
ComponentLibraries() |
Modifier and Type | Method and Description |
---|---|
Block |
getComponentsTable() |
Description |
getDescription() |
ComponentLibraryInfo |
getInfo() |
String |
getJavaDocUrl() |
String |
getLibraryClientId() |
List<LibraryMapping> |
getLibraryMappings() |
List<String> |
getLibraryNames() |
Block |
getMixinsTable() |
Block |
getPagesTable() |
String |
getSimpleLogicalName() |
String |
getSourceUrl() |
String[] |
getTags() |
boolean |
isClassHasTags() |
public ComponentLibraries()
@Cached public List<LibraryMapping> getLibraryMappings()
@Cached(watch="libraryMapping") public ComponentLibraryInfo getInfo()
public List<String> getLibraryNames()
public String getLibraryClientId()
public Block getComponentsTable()
public Block getPagesTable()
public Block getMixinsTable()
public String getSourceUrl()
public String getJavaDocUrl()
public String getSimpleLogicalName()
@Cached(watch="logicalName") public String[] getTags() throws ClassNotFoundException
ClassNotFoundException
@Cached(watch="logicalName") public Description getDescription() throws ClassNotFoundException
ClassNotFoundException
public boolean isClassHasTags() throws ClassNotFoundException
ClassNotFoundException
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.