| Package | Description |
|---|---|
| de.skuzzle.tinyplugz |
This package contains the main public client API of
TinyPlugz. |
| de.skuzzle.tinyplugz.servlet |
TinyPlugz web application integration.
|
| Modifier and Type | Method and Description |
|---|---|
static TinyPlugzConfigurator.DefineProperties |
TinyPlugzConfigurator.setup()
Sets up a
TinyPlugz instance which uses the current thread's
context Classloader as parent Classloader. |
static TinyPlugzConfigurator.DefineProperties |
TinyPlugzConfigurator.setupUsingApplicationClassLoader()
Sets up a
TinyPlugz instance which uses the Classloader which
loaded the TinyPlugzConfigurator class as parent Classloader. |
static TinyPlugzConfigurator.DefineProperties |
TinyPlugzConfigurator.setupUsingParent(ClassLoader parentClassLoader)
Sets up a
TinyPlugz instance which uses the given Classloader as
parent Classloader. |
TinyPlugzConfigurator.DefineProperties |
TinyPlugzConfigurator.DefineProperties.withClasspathProperties()
Adds properties read from file from the
class path.
|
TinyPlugzConfigurator.DefineProperties |
TinyPlugzConfigurator.DefineProperties.withClasspathProperties(String resourceName)
Adds properties read from the class path using the given resource
name.
|
TinyPlugzConfigurator.DefineProperties |
TinyPlugzConfigurator.DefineProperties.withProperties(Map<? extends Object,? extends Object> values)
Specifies a multiple properties to insert into the map which will be
passed to
TinyPlugz.initialize(PluginSource, ClassLoader, Map) . |
TinyPlugzConfigurator.DefineProperties |
TinyPlugzConfigurator.DefineProperties.withProperty(String name)
Specifies a property without value.
|
TinyPlugzConfigurator.DefineProperties |
TinyPlugzConfigurator.DefineProperties.withProperty(String name,
Object value)
Specifies a single property to insert into the map which will be
passed to
TinyPlugz.initialize(PluginSource, ClassLoader, Map) . |
TinyPlugzConfigurator.DefineProperties |
TinyPlugzConfigurator.DefineProperties.withSystemProperties()
Makes all
system properties available
in the map passed to
TinyPlugz.initialize(PluginSource, ClassLoader, Map). |
| Modifier and Type | Method and Description |
|---|---|
protected abstract TinyPlugzConfigurator.DeployTinyPlugz |
TinyPlugzServletContextListener.configure(TinyPlugzConfigurator.DefineProperties props,
javax.servlet.ServletContext context)
Provides settings for deploying TinyPlugz.
|
Copyright © 2014–2015. All rights reserved.