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
- Version:
- $Id: FilterContext.java,v 1.7 2003/10/07 08:20:24 stephan Exp $
- Author:
- Stephan J. Schmidt
getMacroParameter
public MacroParameter getMacroParameter()
setRenderContext
public void setRenderContext(RenderContext context)
getRenderContext
public RenderContext getRenderContext()
Copyright © 2003 Matthias L. Jugel, Stephan J. Schmidt. All Rights Reserved.