Package 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.

See:
          Description

Interface Summary
JavaScriptStack A high level description of a group of related JavaScript libraries and stylesheets.
JavaScriptStackSource Manages the available JavaScriptStacks, each of which has a unique name.
JavaScriptSupport An environmental that acts as a replacement for the RenderSupport environmental, renaming and streamlining the key methods.
 

Class Summary
ExtensibleJavaScriptStack An extensible implementation of JavaScriptStack that can be used as the implementation of a service.
StackExtension A contribution to an extensible JavaScriptStack.
StylesheetLink Captures the information needed to create a stylesheet link in the final Document, or as part of a JSON partial page render response.
StylesheetOptions Provides options to describe options associated with importing a stylesheet onto a page.
 

Enum Summary
InitializationPriority Sets the priority for JavaScript initialization scripting.
StackExtensionType Defines the types of extensions to a JavaScript stack that can be contributed to an extensible JavaScript stack.
 

Package org.apache.tapestry5.services.javascript Description

Support for Javascript (and CSS), including dynamically-added JavaScript and services that manage dynamically-added links to JavaScript (and CSS) assets.



Copyright © 2003-2012 The Apache Software Foundation.