Uses of Enum
org.apache.tapestry5.services.javascript.StackExtensionType
Packages that use StackExtensionType
Package
Description
Support for Javascript (and CSS), including dynamically-added JavaScript and
services that manage dynamically-added links to JavaScript (and CSS) assets.
-
Uses of StackExtensionType in org.apache.tapestry5.services.javascript
Fields in org.apache.tapestry5.services.javascript declared as StackExtensionTypeModifier and TypeFieldDescriptionfinal StackExtensionType
StackExtension.type
The type of extension.Methods in org.apache.tapestry5.services.javascript that return StackExtensionTypeModifier and TypeMethodDescriptionstatic StackExtensionType
Returns the enum constant of this type with the specified name.static StackExtensionType[]
StackExtensionType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.tapestry5.services.javascript with parameters of type StackExtensionType