Uses of Class
org.apache.tapestry5.services.javascript.StackExtensionType

Packages that use StackExtensionType
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
 StackExtensionType StackExtension.type
          The type of extension.
 

Methods in org.apache.tapestry5.services.javascript that return StackExtensionType
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
StackExtension(StackExtensionType type, String value)
           
 



Copyright © 2003-2012 The Apache Software Foundation.