public interface Filter extends Serializable
Modifier and Type | Method and Description |
---|---|
CharSequence |
filter(CharSequence rawContent)
Filter content, or if there are serious objections then throws
FilterException |
void |
init()
Any policy init or re-init
|
CharSequence filter(CharSequence rawContent) throws FilterException
FilterException
rawContent
- FilterException
Copyright © 2018. All rights reserved.