Package se.conciliate.extensions.publish
Interface WebResourceProvider
public interface WebResourceProvider
A way for plugins to provide additional resources (images, fonts, files)
to the html publish. All resources must be relative and will be resolved
against the directory where index.html resides.
- Author:
- Per-Erik
-
Method Summary
Modifier and TypeMethodDescriptiongetResources
(ContentFilter filter) Returns the resources of this provider.
-
Method Details
-
getResources
Returns the resources of this provider.- Parameters:
filter
- A filter that can be used to check if resources such as models- Returns:
- the resources of this provider
-