org.apache.tapestry.describe
Class LocationRenderStrategy
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocationRenderStrategy
public LocationRenderStrategy()
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.