public class PrintlineRequest extends AbstractPrintlineProcess implements RequestSubsetter
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_TEMPLATE |
filename, template, velocitizer| Constructor and Description |
|---|
PrintlineRequest(org.w3c.dom.Element config) |
| Modifier and Type | Method and Description |
|---|---|
StringTree |
accept(CacheEvent event,
ChannelImpl channel,
RequestFilter[] request,
CookieJar cookieJar) |
java.lang.String |
getDefaultTemplate() |
public static final java.lang.String DEFAULT_TEMPLATE
public PrintlineRequest(org.w3c.dom.Element config)
throws ConfigurationException
ConfigurationExceptionpublic StringTree accept(CacheEvent event, ChannelImpl channel, RequestFilter[] request, CookieJar cookieJar) throws java.lang.Exception
accept in interface RequestSubsetterjava.lang.Exceptionpublic java.lang.String getDefaultTemplate()
getDefaultTemplate in class AbstractPrintlineProcess