Package | Description |
---|---|
org.apache.tapestry5.internal.services.javascript |
[INTERNAL USE ONLY] JavaScript support implementations; API subject to change
|
org.apache.tapestry5.modules | |
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.
|
Modifier and Type | Method and Description |
---|---|
JavaScriptStack |
JavaScriptStackSourceImpl.findStack(String name) |
JavaScriptStack |
JavaScriptStackSourceImpl.findStackForJavaScriptLibrary(Resource resource) |
JavaScriptStack |
JavaScriptStackSourceImpl.getStack(String name) |
Constructor and Description |
---|
JavaScriptStackSourceImpl(Map<String,JavaScriptStack> configuration) |
Modifier and Type | Method and Description |
---|---|
static void |
JavaScriptModule.provideBuiltinJavaScriptStacks(MappedConfiguration<String,JavaScriptStack> configuration,
JavaScriptStack coreStack,
JavaScriptStack internalStack)
Contributes the "core" and "internal"
JavaScriptStack s |
Modifier and Type | Method and Description |
---|---|
static void |
JavaScriptModule.provideBuiltinJavaScriptStacks(MappedConfiguration<String,JavaScriptStack> configuration,
JavaScriptStack coreStack,
JavaScriptStack internalStack)
Contributes the "core" and "internal"
JavaScriptStack s |
Modifier and Type | Class and Description |
---|---|
class |
ExtensibleJavaScriptStack
An extensible implementation of
JavaScriptStack that can be used as the implementation of a service. |
Modifier and Type | Method and Description |
---|---|
JavaScriptStack |
JavaScriptStackSource.findStack(String name)
Gets a stack by name (ignoring case).
|
JavaScriptStack |
JavaScriptStackSource.findStackForJavaScriptLibrary(Resource resource)
Attempts to find the stack containing the indicated JavaScript library.
|
JavaScriptStack |
JavaScriptStackSource.getStack(String name)
Gets a stack by name (ignoring case).
|
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.