Uses of Class
org.apache.tapestry5.services.javascript.StylesheetLink
Packages that use StylesheetLink
Package
Description
[INTERNAL USE ONLY] internal support classes; API subject to change.
[INTERNAL USE ONLY] internal service classes; API subject to change
[INTERNAL USE ONLY] AJAX support services; API subject to change
Support for Javascript (and CSS), including dynamically-added JavaScript and
services that manage dynamically-added links to JavaScript (and CSS) assets.
-
Uses of StylesheetLink in org.apache.tapestry5.internal
Fields in org.apache.tapestry5.internal with type parameters of type StylesheetLinkModifier and TypeFieldDescriptionstatic Mapper<Asset,
StylesheetLink> TapestryInternalUtils.assetToStylesheetLink
Common mapper, used primarily withFlow.map(org.apache.tapestry5.func.Mapper)
-
Uses of StylesheetLink in org.apache.tapestry5.internal.services
Methods in org.apache.tapestry5.internal.services with parameters of type StylesheetLinkModifier and TypeMethodDescriptionvoid
DocumentLinker.addStylesheetLink
(StylesheetLink stylesheet) Adds a link to load a CSS stylesheet.void
DocumentLinkerImpl.addStylesheetLink
(StylesheetLink sheet) void
PartialMarkupDocumentLinker.addStylesheetLink
(StylesheetLink stylesheet) Method parameters in org.apache.tapestry5.internal.services with type arguments of type StylesheetLinkModifier and TypeMethodDescriptionprotected 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. -
Uses of StylesheetLink in org.apache.tapestry5.internal.services.ajax
Methods in org.apache.tapestry5.internal.services.ajax with parameters of type StylesheetLinkModifier and TypeMethodDescriptionJavaScriptSupportImpl.importStylesheet
(StylesheetLink stylesheetLink) -
Uses of StylesheetLink in org.apache.tapestry5.services.javascript
Methods in org.apache.tapestry5.services.javascript that return types with arguments of type StylesheetLinkModifier and TypeMethodDescriptionExtensibleJavaScriptStack.getStylesheets()
JavaScriptStack.getStylesheets()
Returns a list of localized links for stylesheets that form the stack.Methods in org.apache.tapestry5.services.javascript with parameters of type StylesheetLinkModifier and TypeMethodDescriptionJavaScriptSupport.importStylesheet
(StylesheetLink stylesheetLink) Imports a Cascading Style Sheet file as part of the rendered page.