|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.org.iscream.cms.server.filter.plugins.EnforceEssentialData__Plugin
This plugin rejects packets that do not contain all of the 'essential' data.
Field Summary | |
private Logger |
_logger
This holds a reference to the system logger that is being used. |
private String |
_name
This is the friendly identifier of the component this class is running in. |
String |
DESC
|
String |
REVISION
The current CVS revision of this class |
Constructor Summary | |
EnforceEssentialData__Plugin()
|
Method Summary | |
String |
getDescription()
return the String representation of what the filter does |
boolean |
runFilter(XMLPacket packet)
Return true if the filter wishes to allow the XMLPacket to pass to the next stage of the plugin filter pipeline. |
String |
toString()
Overrides the Object.toString()
method to provide clean logging (every class should have this). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public final String REVISION
public final String DESC
private String _name
private Logger _logger
Constructor Detail |
public EnforceEssentialData__Plugin()
Method Detail |
public boolean runFilter(XMLPacket packet)
PluginFilter
runFilter
in interface PluginFilter
packet
- the packet to filter on
public String toString()
Object.toString()
method to provide clean logging (every class should have this).
This uses the uk.org.iscream.cms.util.NameFormat class
to format the toString()
toString
in class Object
public String getDescription()
getDescription
in interface PluginFilter
|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |