Package | Description |
---|---|
org.apache.tapestry5 |
Root package for Tapestry, containing common interfaces and data types used throughout the framework.
|
org.apache.tapestry5.beanvalidator |
Support for JSR-303 Bean Validation via the Hibernate validator implementation
|
org.apache.tapestry5.corelib.components |
The set of core components available in all Tapestry applications
|
org.apache.tapestry5.internal |
[INTERNAL USE ONLY] internal support classes; API subject to change.
|
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.ajax |
[INTERNAL USE ONLY] AJAX support services; API subject to change
|
org.apache.tapestry5.internal.services.javascript |
[INTERNAL USE ONLY] JavaScript support implementations; 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
|
Modifier and Type | Interface and Description |
---|---|
interface |
Asset2
Extension to
Asset that adds a method to determine if the asset is invariant or not. |
Modifier and Type | Method and Description |
---|---|
void |
RenderSupport.addScriptLink(Asset... scriptAssets)
Deprecated.
Use
JavaScriptSupport.importJavaScriptLibrary(Asset) instead |
void |
RenderSupport.addStylesheetLink(Asset stylesheet,
String media)
Deprecated.
Adds a link to a CSS stylesheet.
|
Modifier and Type | Method and Description |
---|---|
List<Asset> |
BeanValidatorStack.getJavaScriptLibraries() |
Modifier and Type | Method and Description |
---|---|
Asset |
GridColumns.getIcon() |
Modifier and Type | Field and Description |
---|---|
static Mapper<Asset,StylesheetLink> |
TapestryInternalUtils.assetToStylesheetLink
Common mapper, used primarily with
Flow.map(org.apache.tapestry5.func.Mapper) |
Modifier and Type | Method and Description |
---|---|
static Asset2 |
TapestryInternalUtils.toAsset2(Asset asset)
Converts an Asset to an Asset2 if necessary.
|
Constructor and Description |
---|
DefaultValidationDecorator(Environment environment,
Asset spacerAsset,
MarkupWriter markupWriter) |
Constructor and Description |
---|
AssetBinding(Location location,
String description,
Asset asset) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAsset
Base class for assets.
|
Modifier and Type | Method and Description |
---|---|
Asset |
ClasspathAssetFactory.createAsset(Resource resource) |
Asset |
ContextAssetFactory.createAsset(Resource resource) |
Asset |
AssetSourceImpl.getAsset(Resource baseResource,
String path,
Locale locale) |
Asset |
AssetSourceImpl.getClasspathAsset(String path) |
Asset |
AssetSourceImpl.getClasspathAsset(String path,
Locale locale) |
Asset |
AssetSourceImpl.getContextAsset(String path,
Locale locale) |
Asset |
AssetSourceImpl.getExpandedAsset(String path) |
Asset |
AssetSourceImpl.getUnlocalizedAsset(String path) |
Modifier and Type | Method and Description |
---|---|
void |
RenderSupportImpl.addScriptLink(Asset... scriptAssets) |
void |
RenderSupportImpl.addStylesheetLink(Asset stylesheet,
String media) |
Constructor and Description |
---|
ValidationDecoratorFactoryImpl(Environment environment,
Asset spacerImage) |
Modifier and Type | Method and Description |
---|---|
void |
JavaScriptSupportImpl.importJavaScriptLibrary(Asset asset) |
void |
JavaScriptSupportImpl.importStylesheet(Asset stylesheet) |
Modifier and Type | Method and Description |
---|---|
List<Asset> |
DateFieldStack.getJavaScriptLibraries() |
List<Asset> |
CoreJavaScriptStack.getJavaScriptLibraries() |
Modifier and Type | Method and Description |
---|---|
Asset |
AssetFactory.createAsset(Resource resource)
Creates an instance of an asset.
|
Asset |
AssetSource.getAsset(Resource baseResource,
String path,
Locale locale)
Finds the asset.
|
Asset |
AssetSource.getClasspathAsset(String path)
Obtains a classpath alias in the current locale (as defined by the
ThreadLocale service). |
Asset |
AssetSource.getClasspathAsset(String path,
Locale locale)
Convienience for finding assets on the classpath.
|
Asset |
AssetSource.getContextAsset(String path,
Locale locale)
Convienience for finding assets in the context.
|
Asset |
AssetSource.getExpandedAsset(String path)
|
Asset |
AssetSource.getUnlocalizedAsset(String path)
Find an asset but does not attempt to localize it.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
List<Asset> |
ExtensibleJavaScriptStack.getJavaScriptLibraries() |
List<Asset> |
JavaScriptStack.getJavaScriptLibraries()
Returns a list of localized assets for JavaScript libraries that form the stack.
|
Modifier and Type | Method and Description |
---|---|
void |
JavaScriptSupport.importJavaScriptLibrary(Asset asset)
Imports a JavaScript library as part of the rendered page.
|
void |
JavaScriptSupport.importStylesheet(Asset stylesheet)
A convenience method that wraps the Asset as a
StylesheetLink . |
Constructor and Description |
---|
StylesheetLink(Asset asset) |
StylesheetLink(Asset asset,
StylesheetOptions options) |
Modifier and Type | Method and Description |
---|---|
protected Asset |
TapestryTestCase.mockAsset() |
protected Asset |
TapestryTestCase.mockAsset(String assetURL) |
Modifier and Type | Method and Description |
---|---|
protected void |
TapestryTestCase.train_createAsset(AssetFactory factory,
Resource resource,
Asset asset) |
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) |
protected void |
TapestryTestCase.train_toClientURL(Asset asset,
String URL) |
Copyright © 2003-2012 The Apache Software Foundation.