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).-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(ComponentResources object, MarkupWriter writer) Renders the object out as markup.
-
Constructor Details
-
ComponentResourcesRenderer
-
-
Method Details
-
render
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
-