Package | Description |
---|---|
org.apache.tapestry5.internal.renderers |
[INTERNAL USE ONLY] support classes for component template rendering; API subject to change
|
org.apache.tapestry5.modules | |
org.apache.tapestry5.services |
Core services
|
org.apache.tapestry5.webresources.modules |
Modifier and Type | Class and Description |
---|---|
class |
AvailableValuesRenderer
Renders out a
AvailableValues instance as a <div> enclosing a <ul>. |
class |
ComponentResourcesRenderer
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). |
class |
EventContextRenderer
Renders out the values stored inside a
EventContext . |
class |
ListRenderer
Renders a List, but rendering an unordered list.
|
class |
LocationRenderer
Responsible for rendering a
Location . |
class |
ObjectArrayRenderer
Renders an Object[] array as an unordered list.
|
class |
RequestRenderer |
Constructor and Description |
---|
ComponentResourcesRenderer(ObjectRenderer masterRenderer) |
EventContextRenderer(ObjectRenderer masterRenderer) |
ListRenderer(ObjectRenderer masterRenderer) |
ObjectArrayRenderer(ObjectRenderer masterRenderer) |
RequestRenderer(ObjectRenderer masterObjectRenderer,
Context context,
String contextPath) |
Modifier and Type | Method and Description |
---|---|
ObjectRenderer |
TapestryModule.buildObjectRenderer(Map<Class,ObjectRenderer> configuration) |
Modifier and Type | Method and Description |
---|---|
void |
TapestryModule.contributeObjectRenderer(MappedConfiguration<Class,ObjectRenderer> configuration,
ObjectRenderer locationRenderer,
TypeCoercer typeCoercer)
Contributes a default object renderer for type Object, plus specialized
renderers for
Request , Location ,
ComponentResources , EventContext ,
AvailableValues ,
List, and Object[]. |
Modifier and Type | Method and Description |
---|---|
ObjectRenderer |
TapestryModule.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 for
Request , Location ,
ComponentResources , EventContext ,
AvailableValues ,
List, and Object[]. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultObjectRenderer
Default object renderer as a catch all for class
Object . |
Modifier and Type | Method and Description |
---|---|
static void |
WebResourcesModule.provideLessCompilerProblemRenderer(MappedConfiguration<Class,ObjectRenderer> configuration)
Alas
AntlrException s do not have a useful toString() which makes them useless in the exception report;
here we provide an ObjectRenderer that breaks them apart into useful strings. |
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.