| Modifier and Type | Field and Description |
|---|---|
protected SFSExtension |
parentExtension |
| Constructor and Description |
|---|
SFSExtensionFilter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Get the filter name
|
void |
init(SFSExtension ext)
Initialize the Filter
|
void |
setName(java.lang.String name)
Set the name of the filter
|
protected void |
trace(ExtensionLogLevel level,
java.lang.Object... args)
Trace a message to the console and log files using the specified logging level
|
protected void |
trace(java.lang.Object... args)
Allows to trace messages to the console and log files using the Logger INFO level
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, handleClientRequest, handleServerEventprotected SFSExtension parentExtension
public void init(SFSExtension ext)
public java.lang.String getName()
public void setName(java.lang.String name)
name - the filter nameprotected void trace(java.lang.Object... args)
args - any number of strings/object to traceprotected void trace(ExtensionLogLevel level, java.lang.Object... args)
level - the logging levelargs - any number of object to trace