org.apache.tapestry.describe
Interface RenderableAdapterFactory

All Known Implementing Classes:
RenderableAdapterFactoryImpl

public interface RenderableAdapterFactory

A source of light-weight objects that can render a particular object. This is a more pure implementation of the GoF Adapter pattern, based on wrapping a RenderStrategy.

Since:
4.0
Author:
Howard M. Lewis Ship

Method Summary
 IRender getRenderableAdaptor(Object object)
          Returns an object that can render the input object.
 

Method Detail

getRenderableAdaptor

IRender getRenderableAdaptor(Object object)
Returns an object that can render the input object. Simple implementations will just just output a string; complex implementations may output complex markup.



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.