Class ComponentResourcesRenderer
- java.lang.Object
 - 
- org.apache.tapestry5.internal.renderers.ComponentResourcesRenderer
 
 
- 
- All Implemented Interfaces:
 ObjectRenderer<ComponentResources>
public class ComponentResourcesRenderer extends Object implements ObjectRenderer<ComponentResources>
RendersComponentResourcesinstance, showing the complete id and the class name and the location (if a location is available, it won't be for pages). 
- 
- 
Constructor Summary
Constructors Constructor Description ComponentResourcesRenderer(ObjectRenderer masterRenderer) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrender(ComponentResources object, MarkupWriter writer)Renders the object out as markup. 
 - 
 
- 
- 
Constructor Detail
- 
ComponentResourcesRenderer
public ComponentResourcesRenderer(@Primary ObjectRenderer masterRenderer)
 
 - 
 
- 
Method Detail
- 
render
public void render(ComponentResources object, MarkupWriter writer)
Description copied from interface:ObjectRendererRenders the object out as markup.- Specified by:
 renderin interfaceObjectRenderer<ComponentResources>- Parameters:
 object- to be renderedwriter- to which output should be directed
 
 - 
 
 -