public class PrintlineRequestProcessor extends AbstractPrintlineProcess implements RequestSubsetter
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_TEMPLATE |
filename, template, velocitizer
Constructor and Description |
---|
PrintlineRequestProcessor(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 PrintlineRequestProcessor(org.w3c.dom.Element config) throws ConfigurationException
ConfigurationException
public StringTree accept(CacheEvent event, ChannelImpl channel, RequestFilter[] request, CookieJar cookieJar) throws java.lang.Exception
accept
in interface RequestSubsetter
java.lang.Exception
public java.lang.String getDefaultTemplate()
getDefaultTemplate
in class AbstractPrintlineProcess