public class ExpectedNodeValueItemFilter extends Object implements org.craftercms.core.service.ItemFilter
| Constructor and Description |
|---|
ExpectedNodeValueItemFilter(String nodeXPathQuery,
String expectedValueRegex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(org.craftercms.core.service.Item item,
boolean runningBeforeProcessing) |
boolean |
runAfterProcessing() |
boolean |
runBeforeProcessing() |
String |
toString() |
public boolean runBeforeProcessing()
runBeforeProcessing in interface org.craftercms.core.service.ItemFilterpublic boolean runAfterProcessing()
runAfterProcessing in interface org.craftercms.core.service.ItemFilterpublic boolean accepts(org.craftercms.core.service.Item item,
boolean runningBeforeProcessing)
accepts in interface org.craftercms.core.service.ItemFilterCopyright © 2014 CrafterCMS. All Rights Reserved.