Package | Description |
---|---|
org.apache.tapestry5.internal.test |
[INTERNAL USE ONLY] testing support implementation classes; API subject to change
|
org.apache.tapestry5.services |
Core services
|
Modifier and Type | Class and Description |
---|---|
class |
CaptureRenderedDocument
Used to capture the rendered document from a traditional page render.
|
Modifier and Type | Method and Description |
---|---|
static void |
PageTesterModule.contributeMarkupRenderer(OrderedConfiguration<MarkupRendererFilter> configuration) |
Modifier and Type | Method and Description |
---|---|
MarkupRenderer |
TapestryModule.buildMarkupRenderer(org.slf4j.Logger logger,
MarkupRendererTerminator terminator,
List<MarkupRendererFilter> configuration)
The MarkupRenderer service is used to render a full page as markup.
|
void |
TapestryModule.contributeMarkupRenderer(OrderedConfiguration<MarkupRendererFilter> configuration,
boolean omitGeneratorMeta,
String tapestryVersion,
boolean compactJSON,
SymbolSource symbolSource,
AssetSource assetSource,
JavaScriptStackSource javascriptStackSource,
JavaScriptStackPathConstructor javascriptStackPathConstructor,
ValidationDecoratorFactory validationDecoratorFactory,
Asset defaultStylesheet)
Adds page render filters, each of which provides an
Environmental
service. |
Copyright © 2003-2012 The Apache Software Foundation.