See: Description
Interface | Description |
---|---|
AssetPlugin | |
AssetRegistry |
An interface for the management and recording of existing
Asset s. |
CommandPlugin |
Command plug-ins allow new commands to be made available to users of BladeRunnerJS.
|
CompositeContentPlugin |
Some content plug-ins are part of composites that may be used to wrap their content within a larger bundle.
|
ContentPlugin |
Content plug-ins allow generated content to be returned by the application server in response to requests from the web browser.
|
Event |
A generic Event interface for processes such as the creation or deletion of a Node, execution of commands, deployment of apps etc.
|
EventObserver |
Used to specify the behaviour after the firing of an
Event on the specified Node . |
MinifierPlugin |
Minifier plug-ins allow alternate minifier implementations to be made available for JavaScript & CSS minification.
|
ModelObserverPlugin |
Model observer plug-ins observe events within the model using the
AbstractNode.addObserver(org.bladerunnerjs.api.plugin.EventObserver) method, and act appropriately to the events
received. |
Plugin |
Plugin is the base interface for all plug-ins within BladeRunnerJS. |
PluginLocator |
An interface for the retrieval of various types of plugins e.g.
|
RequirePlugin |
An interface that stands as the basis of all plugins that require an entity e.g.
|
ResponseContent |
An interface for writing and closing binary and char streams.
|
RoutableContentPlugin | |
TagHandlerPlugin |
Tag handler plug-ins allow BladeRunnerJS tags within index pages (e.g.
|
Class | Description |
---|---|
BinaryResponseContent | |
CharResponseContent | |
DefaultAssetRegistry | |
InputSource | |
JSAPArgsParsingCommandPlugin |
An abstract implementation of
CommandPlugin which uses JSAP
to parse command arguments and provide helpful error messages. |
Locale |