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.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)
Contributes the "core"
JavaScriptStack s |
Modifier and Type | Method and Description |
---|---|
static void |
JavaScriptModule.provideBuiltinJavaScriptStacks(MappedConfiguration<String,JavaScriptStack> configuration,
JavaScriptStack coreStack)
Contributes the "core"
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.getStack(String name)
Gets a stack by name (ignoring case).
|
Copyright © 2003-2013 The Apache Software Foundation.