Package | Description |
---|---|
org.apache.tapestry5.beanvalidator |
Support for JSR-303 Bean Validation via the Hibernate validator implementation
|
org.apache.tapestry5.internal.bindings |
[INTERNAL USE ONLY] support classes for binding; API subject to change
|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
org.apache.tapestry5.internal.services.javascript |
[INTERNAL USE ONLY] JavaScript support implementations; API subject to change
|
org.apache.tapestry5.internal.transform |
[INTERNAL USE ONLY] component class transformation implementation classes; API subject to change.
|
org.apache.tapestry5.services |
Core services
|
org.apache.tapestry5.services.javascript |
Support for Javascript (and CSS), including dynamically-added JavaScript and
services that manage dynamically-added links to JavaScript (and CSS) assets.
|
org.apache.tapestry5.test |
Support for testing Tapestry pages
|
Constructor and Description |
---|
BeanValidatorStack(AssetSource assetSource,
ThreadLocale threadLocale) |
Constructor and Description |
---|
AssetBindingFactory(AssetSource source) |
ContextBindingFactory(AssetSource source) |
Modifier and Type | Class and Description |
---|---|
class |
AssetSourceImpl |
Constructor and Description |
---|
AssetInjectionProvider(SymbolSource symbolSource,
AssetSource assetSource) |
AssetObjectProvider(AssetSource source,
TypeCoercer typeCoercer,
SymbolSource symbolSource) |
AssetResourceLocatorImpl(ResourceDigestManager digestManager,
Response response,
AssetSource assetSource) |
RenderSupportImpl(SymbolSource symbolSource,
AssetSource assetSource,
JavaScriptSupport javascriptSupport) |
Constructor and Description |
---|
CoreJavaScriptStack(boolean productionMode,
SymbolSource symbolSource,
AssetSource assetSource,
ThreadLocale threadLocale) |
DateFieldStack(ThreadLocale threadLocale,
boolean compactJSON,
AssetSource assetSource) |
Constructor and Description |
---|
ImportWorker(JavaScriptSupport javascriptSupport,
SymbolSource symbolSource,
AssetSource assetSource) |
Modifier and Type | Method and Description |
---|---|
static void |
TapestryModule.contributeComponentMessagesSource(AssetSource assetSource,
Resource applicationCatalog,
OrderedConfiguration<Resource> configuration)
Contributes:
AppCatalog
The Resource defined by
SymbolConstants.APPLICATION_CATALOG
ValidationMessages
Messages used by validators (before:AppCatalog)
|
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. |
void |
TapestryModule.contributePartialMarkupRenderer(OrderedConfiguration<PartialMarkupRendererFilter> configuration,
ValidationDecoratorFactory validationDecoratorFactory,
JavaScriptStackSource javascriptStackSource,
JavaScriptStackPathConstructor javascriptStackPathConstructor,
SymbolSource symbolSource,
AssetSource assetSource)
Contributes
PartialMarkupRendererFilter s used when rendering a
partial Ajax response. |
static void |
TapestryModule.contributeTypeCoercer(Configuration<CoercionTuple> configuration,
TypeCoercer coercer,
ThreadLocale threadLocale,
AssetSource assetSource,
ComponentClassCache classCache,
DynamicTemplateParser dynamicTemplateParser)
Adds coercions:
String to
SelectModel
Map to SelectModel
Collection to GridDataSource
null to GridDataSource
List to SelectModel
ComponentResourcesAware (typically, a component) to ComponentResources
ComponentResources to PropertyOverrides
String to Renderable
Renderable to Block
String to DateFormat
String to Resource (via resourceForPath(String) )
Renderable to RenderCommand
String to Pattern
String to DateFormat
ComponentClassTransformWorker to ComponentClassTransformWorker2
InjectionProvider to InjectionProvider2
Resource to DynamicTemplate
Asset to Resource
ValueEncoder to ValueEncoderFactory
|
static void |
TapestryModule.provideStandardInjectionProviders(OrderedConfiguration<InjectionProvider2> configuration,
SymbolSource symbolSource,
AssetSource assetSource)
Default
based on
MasterObjectProvider
Named Handles fields with the Named annotation
Block
injects fields of type Block
CommonResources
Access to properties of resources (log, messages, etc.)
Asset
injection of assets (triggered via Path annotation), with the path relative to the component class
Service
Ordered last, for use when Inject is present and nothing else works, matches field type against Tapestry IoC
services
|
Constructor and Description |
---|
ExtensibleJavaScriptStack(AssetSource assetSource,
List<StackExtension> configuration) |
Modifier and Type | Method and Description |
---|---|
protected AssetSource |
TapestryTestCase.mockAssetSource() |
Modifier and Type | Method and Description |
---|---|
protected void |
TapestryTestCase.train_getAsset(AssetSource source,
Resource root,
String path,
Locale locale,
Asset asset) |
protected void |
TapestryTestCase.train_getClasspathAsset(AssetSource source,
String path,
Asset asset) |
protected void |
TapestryTestCase.train_getClasspathAsset(AssetSource source,
String path,
Locale locale,
Asset asset) |
Copyright © 2003-2012 The Apache Software Foundation.