|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.officefloor.plugin.servlet.filter.configuration.FilterInstance
public class FilterInstance
Configuration of a Filter instance.
| Constructor Summary | |
|---|---|
FilterInstance(String name)
Initiate. |
|
FilterInstance(String name,
String className,
String... initParameterNameValues)
Convenience constructor to fully initialise. |
|
| Method Summary | |
|---|---|
void |
addInitParameter(String name,
String value)
Adds an init parameter. |
String |
getClassName()
Obtains the Class name of the Filter. |
Map<String,String> |
getInitParameters()
Obtains the init parameters for the Filter. |
String |
getName()
Obtains the name of the Filter. |
void |
inputProperties(PropertyList properties)
Input the Property instances. |
static FilterInstance[] |
loadFilterInstances(PropertyList properties)
Loads the FilterInstance instances from the PropertyList. |
void |
outputProperties(PropertyList properties)
Output the Property instances. |
void |
setClassName(String className)
Specifies the Class name of the Filter. |
void |
setName(String name)
Specifies the name of the Filter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FilterInstance(String name)
name - Name of the Filter.
public FilterInstance(String name,
String className,
String... initParameterNameValues)
name - Name of the Filter.className - Filter class name.initParameterNameValues - Init parameters for the Filter.| Method Detail |
|---|
public static FilterInstance[] loadFilterInstances(PropertyList properties)
FilterInstance instances from the PropertyList.
properties - PropertyList.
FilterInstance instances.public String getName()
Filter.
Filter.public void setName(String name)
Filter.
name - Name of the Filter.public String getClassName()
Class name of the Filter.
Class name of the Filter.public void setClassName(String className)
Class name of the Filter.
className - Class name of the Filter.
public void addInitParameter(String name,
String value)
name - Name.value - Value.public Map<String,String> getInitParameters()
Filter.
Filter.public void outputProperties(PropertyList properties)
Property instances.
properties - PropertyList to output Property instances.public void inputProperties(PropertyList properties)
Property instances.
properties - PropertyList to input Property instances.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||