org.radeox.engine.context
Class BaseInitialRenderContext

java.lang.Object
  extended by org.radeox.engine.context.BaseRenderContext
      extended by org.radeox.engine.context.BaseInitialRenderContext
All Implemented Interfaces:
InitialRenderContext, RenderContext

public class BaseInitialRenderContext
extends BaseRenderContext
implements InitialRenderContext

Base impementation for InitialRenderContext


Field Summary
 
Fields inherited from interface org.radeox.api.engine.context.InitialRenderContext
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
 
Constructor Summary
BaseInitialRenderContext()
           
 
Method Summary
 FilterPipe getFilterPipe()
           
 void setFilterPipe(FilterPipe fp)
           
 
Methods inherited from class org.radeox.engine.context.BaseRenderContext
commitCache, get, getParameters, getRenderEngine, isCacheable, set, setCacheable, setParameters, setRenderEngine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.radeox.api.engine.context.RenderContext
commitCache, get, getParameters, getRenderEngine, isCacheable, set, setCacheable, setParameters, setRenderEngine
 

Constructor Detail

BaseInitialRenderContext

public BaseInitialRenderContext()
Method Detail

setFilterPipe

public void setFilterPipe(FilterPipe fp)
Specified by:
setFilterPipe in interface InitialRenderContext

getFilterPipe

public FilterPipe getFilterPipe()
Specified by:
getFilterPipe in interface InitialRenderContext