org.apache.tapestry5.services
Interface MarkupRendererFilter
public interface MarkupRendererFilter
Filter interface for MarkupRenderer, which allows for code to execute before
and/or after the main rendering process. Typically, this is to allow for the placement of environmental services.
- See Also:
org.apache.tapestry5.services.TapestryModule#contributeMarkupRenderer(org.apache.tapestry5.ioc.OrderedConfiguration,
org.apache.tapestry5.Asset, org.apache.tapestry5.Asset, ValidationMessagesSource,
org.apache.tapestry5.ioc.services.SymbolSource, AssetSource)
renderMarkup
void renderMarkup(MarkupWriter writer,
MarkupRenderer renderer)
- Implementations should perform work before or after passing the writer to the renderer.
- Parameters:
writer - to which markup should be writtenrenderer - delegate to which the writer should be passed.
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.