org.apache.tapestry.describe
Class LocationRenderStrategy

java.lang.Object
  extended by org.apache.tapestry.describe.LocationRenderStrategy
All Implemented Interfaces:
RenderStrategy

public class LocationRenderStrategy
extends Object
implements RenderStrategy

Adapter for displaying Location objects as HTML. This may include showing the content of the Resource, with the line indicated in the Location highlighted.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
LocationRenderStrategy()
           
 
Method Summary
 void renderObject(Object object, IMarkupWriter writer, IRequestCycle cycle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationRenderStrategy

public LocationRenderStrategy()
Method Detail

renderObject

public void renderObject(Object object,
                         IMarkupWriter writer,
                         IRequestCycle cycle)
Specified by:
renderObject in interface RenderStrategy


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