Uses of Interface
org.apache.tapestry5.services.ObjectRenderer
Packages that use ObjectRenderer
Package
Description
[INTERNAL USE ONLY] support classes for component template rendering; API subject to change
Core services
-
Uses of ObjectRenderer in org.apache.tapestry5.internal.renderers
Classes in org.apache.tapestry5.internal.renderers that implement ObjectRendererModifier and TypeClassDescriptionclass
Renders out aAvailableValues
instance as a <div> enclosing a <ul>.class
RendersComponentResources
instance, showing the complete id and the class name and the location (if a location is available, it won't be for pages).class
Renders out the values stored inside aEventContext
.class
Renders a List, but rendering an unordered list.class
Responsible for rendering aLocation
.class
Renders an Object[] array as an unordered list.class
Constructors in org.apache.tapestry5.internal.renderers with parameters of type ObjectRendererModifierConstructorDescriptionComponentResourcesRenderer
(ObjectRenderer masterRenderer) EventContextRenderer
(ObjectRenderer masterRenderer) ListRenderer
(ObjectRenderer masterRenderer) ObjectArrayRenderer
(ObjectRenderer masterRenderer) RequestRenderer
(ObjectRenderer masterObjectRenderer, Context context, String contextPath, boolean productionMode, PageClassLoaderContextManager pageClassLoaderContextManager, PageSource pageSource, ComponentClassResolver componentClassResolver) -
Uses of ObjectRenderer in org.apache.tapestry5.modules
Methods in org.apache.tapestry5.modules that return ObjectRendererModifier and TypeMethodDescriptionTapestryModule.buildObjectRenderer
(Map<Class, ObjectRenderer> configuration) Methods in org.apache.tapestry5.modules with parameters of type ObjectRendererModifier and TypeMethodDescriptionvoid
TapestryModule.contributeObjectRenderer
(MappedConfiguration<Class, ObjectRenderer> configuration, ObjectRenderer locationRenderer, TypeCoercer typeCoercer) Contributes a default object renderer for type Object, plus specialized renderers forRequest
,Location
,ComponentResources
,EventContext
,AvailableValues
, List, and Object[].Method parameters in org.apache.tapestry5.modules with type arguments of type ObjectRendererModifier and TypeMethodDescriptionTapestryModule.buildObjectRenderer
(Map<Class, ObjectRenderer> configuration) void
TapestryModule.contributeObjectRenderer
(MappedConfiguration<Class, ObjectRenderer> configuration, ObjectRenderer locationRenderer, TypeCoercer typeCoercer) Contributes a default object renderer for type Object, plus specialized renderers forRequest
,Location
,ComponentResources
,EventContext
,AvailableValues
, List, and Object[]. -
Uses of ObjectRenderer in org.apache.tapestry5.services
Classes in org.apache.tapestry5.services that implement ObjectRendererModifier and TypeClassDescriptionclass
Default object renderer as a catch all for classObject
.