|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.social.common.xmlprocessor.XMLProcessorImpl
public class XMLProcessorImpl
Implementation of XMLProcessor.
| Constructor Summary | |
|---|---|
XMLProcessorImpl()
Constructor |
|
| Method Summary | |
|---|---|
void |
addFilter(Filter filter)
Adds a defined filter to this processor. |
void |
addFilterPlugin(BaseXMLFilterPlugin filterComponentPlugin)
Adds a defined filter component plugin to this processor. |
Object |
process(Object input)
Processes an input object though filter chains. |
void |
removeFilter(Class className)
|
void |
removeFilter(Filter addedFilter)
Removes a defined filter which is added. |
void |
removeFilterPlugin(BaseXMLFilterPlugin filterComponentPlugin)
Removes the existing filter component plugin from this processor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLProcessorImpl()
| Method Detail |
|---|
public void addFilter(Filter filter)
addFilter in interface XMLProcessorfilter - a defined filterpublic void removeFilter(Filter addedFilter)
removeFilter in interface XMLProcessoraddedFilter - the added filterpublic void addFilterPlugin(BaseXMLFilterPlugin filterComponentPlugin)
addFilterPlugin in interface XMLProcessorfilterComponentPlugin - the filter component pluginpublic void removeFilterPlugin(BaseXMLFilterPlugin filterComponentPlugin)
removeFilterPlugin in interface XMLProcessorfilterComponentPlugin - the existing filter component plugin.public void removeFilter(Class className)
public Object process(Object input)
process in interface XMLProcessorinput - the input object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||