Package | Description |
---|---|
com.communote.server.web.commons.resource | |
com.communote.server.web.commons.resource.impl |
Modifier and Type | Method and Description |
---|---|
void |
ConcatenatedResourceStore.addCategory(String identifier,
String categoryName,
List<String> coreResources,
List<Pair<String,String>> extensionResources)
Add a category with initial resources.
|
void |
ConcatenatedResourceStore.addCategoryWithPropertyResourceSupport(String identifier,
String categoryName,
List<String> coreResources,
List<Pair<String,String>> extensionResources,
String propertyResourceFallback)
Like
ConcatenatedResourceStore.addCategory(String, String, List, List) but adds a category which supports the
definition of a resource as a PluginProperty. |
void |
ConcatenatedResourceStore.addToCategory(String identifier,
String categoryName,
List<Pair<String,String>> resources)
Add the resources of a plugin to a category.
|
PropertyResourceContent |
ConcatenatedResourceStore.getPropertyResourceContent(String identifier,
String categoryName)
Get the content of a property resource for category that was added by a given plugin.
|
void |
ResourceCategoryRegistry.registerCssCategoryExtensions(String bundleName,
Map<String,List<String>> resources)
Extend some of the CSS categories with CSS files of a plugin.
|
void |
ResourceCategoryRegistry.registerCssResourceExtension(String bundleName,
ResourceExtension extension)
Add the CSS resource category extensions and definitions defined in the extension.
|
void |
ResourceCategoryRegistry.registerJsCategoryExtensions(String bundleName,
Map<String,List<String>> resources)
Extend some of the JavaScript categories with JavaScript files of a plugin.
|
void |
ResourceCategoryRegistry.registerJsResourceExtension(String bundleName,
ResourceExtension extension)
Add the JavaScript resource category extensions and definitions defined in the extension.
|
void |
ConcatenatedResourceStore.removeCategory(String identifier,
String categoryName)
Remove a category previously added by the plugin with the given identifier.
|
void |
ConcatenatedResourceStore.removeFromCategory(String identifier,
String categoryName)
Remove the resources of a category that were added by the plugin with the given identifier
|
void |
ConcatenatedResourceStore.updatePropertyResource(String identifier,
String categoryName,
String propertyValue)
Update the property resource for the given category and plugin.
|
Modifier and Type | Method and Description |
---|---|
void |
ConcatenatedResourceStoreImpl.addCategory(String identifier,
String categoryName,
List<String> coreResources,
List<Pair<String,String>> extensionResources) |
void |
ConcatenatedResourceStoreImpl.addCategoryWithPropertyResourceSupport(String identifier,
String categoryName,
List<String> coreResources,
List<Pair<String,String>> extensionResources,
String propertyResourceFallback) |
void |
ConcatenatedResourceStoreImpl.addToCategory(String identifier,
String categoryName,
List<Pair<String,String>> resources) |
PropertyResourceContent |
ConcatenatedResourceStoreImpl.getPropertyResourceContent(String identifier,
String categoryName) |
void |
ResourceCategoryRegistryImpl.registerCssCategoryExtensions(String bundleName,
Map<String,List<String>> resources) |
void |
ResourceCategoryRegistryImpl.registerCssResourceExtension(String bundleName,
ResourceExtension extension) |
void |
ResourceCategoryRegistryImpl.registerJsCategoryExtensions(String bundleName,
Map<String,List<String>> resources) |
void |
ResourceCategoryRegistryImpl.registerJsResourceExtension(String bundleName,
ResourceExtension extension) |
void |
ConcatenatedResourceStoreImpl.removeCategory(String identifier,
String categoryName)
Remove a category previously added by the plugin with the given identifier.
|
void |
ConcatenatedResourceStoreImpl.removeFromCategory(String identifier,
String categoryName)
Remove the resources of a category that were added by the plugin with the given identifier
|
void |
ConcatenatedResourceStoreImpl.updatePropertyResource(String identifier,
String categoryName,
String propertyValue) |
Copyright © 2019 Communote team. All rights reserved.