org.apache.tapestry5.internal.renderers
Class ComponentResourcesRenderer
java.lang.Object
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).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentResourcesRenderer
public ComponentResourcesRenderer(@Primary
ObjectRenderer masterRenderer)
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 renderedwriter
- to which output should be directed
Copyright © 2003-2012 The Apache Software Foundation.