public final class RequestNOT extends RequestLogical implements RequestSubsetter
packages
filterList
Constructor and Description |
---|
RequestNOT(org.w3c.dom.Element config)
Creates a new
RequestSubsetterNOT instance. |
Modifier and Type | Method and Description |
---|---|
StringTree |
accept(CacheEvent event,
ChannelImpl channel,
RequestFilter[] original,
CookieJar cookieJar) |
createSubsetter, getPackages, getSubsetter
getSubsetters
public RequestNOT(org.w3c.dom.Element config) throws ConfigurationException
RequestSubsetterNOT
instance.config
- an Element
valueConfigurationException
- if an error occurspublic StringTree accept(CacheEvent event, ChannelImpl channel, RequestFilter[] original, CookieJar cookieJar) throws java.lang.Exception
accept
in interface RequestSubsetter
java.lang.Exception