public class ChoiceRequest extends java.lang.Object implements RequestGenerator
Modifier and Type | Field and Description |
---|---|
protected java.util.List |
choices |
protected RequestGenerator |
otherwise |
static java.util.List<java.lang.String> |
packages |
Constructor and Description |
---|
ChoiceRequest(org.w3c.dom.Element config) |
Modifier and Type | Method and Description |
---|---|
RequestFilter[] |
generateRequest(CacheEvent event,
ChannelImpl channel,
CookieJar cookieJar) |
protected java.util.List choices
protected RequestGenerator otherwise
public static final java.util.List<java.lang.String> packages
public ChoiceRequest(org.w3c.dom.Element config) throws ConfigurationException
ConfigurationException
public RequestFilter[] generateRequest(CacheEvent event, ChannelImpl channel, CookieJar cookieJar) throws java.lang.Exception
generateRequest
in interface RequestGenerator
java.lang.Exception