public interface RenderFilter extends RenderServiceAware, Comparable<RenderFilter>
RenderChain.
Each filter can either call the next filter and transform the output, or generate its own output. It can execute
operations before/after calling the next filter.
Date: Nov 24, 2009
Time: 12:08:45 PM| Modifier and Type | Method and Description |
|---|---|
boolean |
areConditionsMatched(RenderContext renderContext,
Resource resource) |
String |
execute(String previousOut,
RenderContext renderContext,
Resource resource,
RenderChain chain) |
void |
finalize(RenderContext renderContext,
Resource resource,
RenderChain renderChain) |
String |
getContentForError(RenderContext renderContext,
Resource resource,
RenderChain renderChain,
Exception e) |
float |
getPriority()
Get the priority number of the filter.
|
String |
prepare(RenderContext renderContext,
Resource resource,
RenderChain chain) |
setRenderServicecompareTofloat getPriority()
boolean areConditionsMatched(RenderContext renderContext, Resource resource)
String execute(String previousOut, RenderContext renderContext, Resource resource, RenderChain chain) throws Exception
ExceptionString prepare(RenderContext renderContext, Resource resource, RenderChain chain) throws Exception
ExceptionString getContentForError(RenderContext renderContext, Resource resource, RenderChain renderChain, Exception e)
void finalize(RenderContext renderContext, Resource resource, RenderChain renderChain)
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.