Class ComponentResourcesRenderer
-
- org.apache.tapestry5.internal.renderers.ComponentResourcesRenderer
-
- All Implemented Interfaces:
ObjectRenderer<ComponentResources>
public class ComponentResourcesRenderer extends implements ObjectRenderer<ComponentResources>
RendersComponentResources
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
Constructors Constructor Description ComponentResourcesRenderer(ObjectRenderer masterRenderer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
render(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:ObjectRenderer
Renders the object out as markup.- Specified by:
render
in interfaceObjectRenderer<ComponentResources>
- Parameters:
object
- to be renderedwriter
- to which output should be directed
-
-