org.apache.tapestry5.services.javascript
Class StackExtension
java.lang.Object
org.apache.tapestry5.services.javascript.StackExtension
public class StackExtension
- extends Object
A contribution to an extensible JavaScriptStack
. Such a stack is created in terms of all the contributions.
- Since:
- 5.3
- See Also:
ExtensibleJavaScriptStack
Field Summary |
StackExtensionType |
type
The type of extension. |
String |
value
The value contributed; will have symbols expanded, then be converted to the appropriate type. |
type
public final StackExtensionType type
- The type of extension.
value
public final String value
- The value contributed; will have symbols expanded, then be converted to the appropriate type.
StackExtension
public StackExtension(StackExtensionType type,
String value)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2003-2012 The Apache Software Foundation.