public class PluginFactoryCSS extends PluginFactoryImpl
plugin_css.properties' file
and add the name of the class.
i.e. ok=test.PluginAny, then just use class="ok"
anywhere in the specification.
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTRIBUTE
Attribute with CSS information.
|
protected static char |
SEPARATOR
Separator of name field.
|
aliasToTypeNames, aliasToTypes, file, initialized, kind, templates, typeNamesToAlias| Constructor and Description |
|---|
PluginFactoryCSS()
Creates the factory loading file 'sr_plugins_css.properties'.
|
| Modifier and Type | Method and Description |
|---|---|
IPlugin |
newPlugin(nu.xom.Node node,
IContext context)
Creates a new plugin.
|
bind, finalizePlugin, getAlias, getClass, getKind, initialize, testpublic static final String ATTRIBUTE
protected static final char SEPARATOR
public PluginFactoryCSS()
public IPlugin newPlugin(nu.xom.Node node, IContext context) throws PluginException
IPluginFactorynode - The source node for plugin creation.context - The context.PluginException - On creation error.Copyright © 2016. All rights reserved.