org.radeox.filter.context
Interface FilterContext

All Known Implementing Classes:
BaseFilterContext

public interface FilterContext

FilterContext stores basic data for the context filters are called in. FilterContext is used to allow filters be called in different enviroments, inside SnipSnap or outside. Special enviroments should implement FilterContext


Method Summary
 MacroParameter getMacroParameter()
           
 RenderContext getRenderContext()
           
 void setRenderContext(RenderContext context)
           
 

Method Detail

getMacroParameter

MacroParameter getMacroParameter()

setRenderContext

void setRenderContext(RenderContext context)

getRenderContext

RenderContext getRenderContext()