public abstract class AbstractContentPlugin extends AbstractPlugin implements ContentPlugin
AbstractPlugin
for developers that need to implement ContentPlugin
.Constructor and Description |
---|
AbstractContentPlugin() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getUsedContentPaths(BundleSet bundleSet,
org.bladerunnerjs.model.RequestMode requestMode,
Locale... locales) |
boolean |
outputAllBundles() |
castTo, close, equals, getPluginClass, instanceOf
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRequestPrefix, getValidContentPaths, handleRequest
castTo, close, getPluginClass, instanceOf, setBRJS
public boolean outputAllBundles()
public java.util.List<java.lang.String> getUsedContentPaths(BundleSet bundleSet, org.bladerunnerjs.model.RequestMode requestMode, Locale... locales) throws ContentProcessingException
getUsedContentPaths
in interface ContentPlugin
ContentProcessingException