Package | Description |
---|---|
org.apache.tapestry5.internal |
[INTERNAL USE ONLY] internal support classes; 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.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 | 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 |
---|---|
void |
DocumentLinkerImpl.addStylesheetLink(StylesheetLink sheet) |
void |
PartialMarkupDocumentLinker.addStylesheetLink(StylesheetLink stylesheet) |
void |
DocumentLinker.addStylesheetLink(StylesheetLink stylesheet)
Adds a link to load a CSS stylesheet.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DocumentLinkerImpl.addStylesheetsToHead(Element root,
List<StylesheetLink> stylesheets)
Locates the head element under the root ("html") element, creating it if necessary, and adds the stylesheets to
it.
|
Modifier and Type | Method and Description |
---|---|
JavaScriptSupport |
JavaScriptSupportImpl.importStylesheet(StylesheetLink stylesheetLink) |
Modifier and Type | Method and Description |
---|---|
List<StylesheetLink> |
ExtensibleJavaScriptStack.getStylesheets() |
List<StylesheetLink> |
JavaScriptStack.getStylesheets()
Returns a list of localized links for stylesheets that form the stack.
|
Modifier and Type | Method and Description |
---|---|
JavaScriptSupport |
JavaScriptSupport.importStylesheet(StylesheetLink stylesheetLink)
Imports a Cascading Style Sheet file as part of the rendered page.
|
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.