Uses of Class
org.apache.tapestry5.services.javascript.StackExtensionType
-
Packages that use StackExtensionType Package Description 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. -
-
Uses of StackExtensionType in org.apache.tapestry5.services.javascript
Fields in org.apache.tapestry5.services.javascript declared as StackExtensionType Modifier and Type Field Description StackExtensionType
StackExtension. type
The type of extension.Methods in org.apache.tapestry5.services.javascript that return StackExtensionType Modifier and Type Method Description static StackExtensionType
StackExtensionType. valueOf(String name)
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 Constructor Description StackExtension(StackExtensionType type, String value)
-