org.radeox.api.engine.context
Interface InitialRenderContext

All Superinterfaces:
RenderContext
All Known Implementing Classes:
BaseInitialRenderContext

public interface InitialRenderContext
extends RenderContext

IntialRenderContext tells a Filter how to behave at initializiation. For example the Filter can read pattern locales for it's pattern matching.


Field Summary
static java.lang.String FILTER_PIPE
           
 
Fields inherited from interface org.radeox.api.engine.context.RenderContext
DEFAULT_FORMATTER, INPUT_BUNDLE_NAME, INPUT_LOCALE, LANGUAGE_BUNDLE_NAME, LANGUAGE_LOCALE, OUTPUT_BUNDLE_NAME, OUTPUT_LOCALE
 
Method Summary
 FilterPipe getFilterPipe()
           
 void setFilterPipe(FilterPipe fp)
           
 
Methods inherited from interface org.radeox.api.engine.context.RenderContext
commitCache, get, getParameters, getRenderEngine, isCacheable, set, setCacheable, setParameters, setRenderEngine
 

Field Detail

FILTER_PIPE

static final java.lang.String FILTER_PIPE
See Also:
Constant Field Values
Method Detail

setFilterPipe

void setFilterPipe(FilterPipe fp)

getFilterPipe

FilterPipe getFilterPipe()