public interface RoutableContentPlugin extends ContentPlugin
Modifier and Type | Method and Description |
---|---|
org.bladerunnerjs.utility.ContentPathParser |
getContentPathParser()
Returns the content-path parser that will be used to parse all requests for this plug-in.
|
getRequestPrefix, getUsedContentPaths, getValidContentPaths, handleRequest
castTo, close, getPluginClass, instanceOf, setBRJS
org.bladerunnerjs.utility.ContentPathParser getContentPathParser()
Although the parsing mechanism used by content plug-ins could be an internal implementation detail within each class, by exposing it we make it possible to create requests for external content plug-ins that are less brittle to change.
ContentPathParser
used by this ContentPlugin
to generate content paths