org.apache.tapestry5.internal.renderers
Class ComponentResourcesRenderer

java.lang.Object
  extended by org.apache.tapestry5.internal.renderers.ComponentResourcesRenderer
All Implemented Interfaces:
ObjectRenderer<ComponentResources>

public class ComponentResourcesRenderer
extends Object
implements ObjectRenderer<ComponentResources>

Renders ComponentResources instance, showing the complete id and the class name and the location (if a location is available, it won't be for pages).


Constructor Summary
ComponentResourcesRenderer(ObjectRenderer masterRenderer)
           
 
Method Summary
 void render(ComponentResources object, MarkupWriter writer)
          Renders the object out as markup.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentResourcesRenderer

public ComponentResourcesRenderer(@Primary
                                  ObjectRenderer masterRenderer)
Method Detail

render

public void render(ComponentResources object,
                   MarkupWriter writer)
Description copied from interface: ObjectRenderer
Renders the object out as markup.

Specified by:
render in interface ObjectRenderer<ComponentResources>
Parameters:
object - to be rendered
writer - to which output should be directed


Copyright © 2003-2012 The Apache Software Foundation.