org.apache.tapestry5.services.javascript
Class StackExtension
java.lang.Object
org.apache.tapestry5.services.javascript.StackExtension
public class StackExtension
- extends java.lang.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. |
java.lang.String |
value
The value contributed; will have symbols expanded, then be converted to the appropriate type. |
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
type
public final StackExtensionType type
- The type of extension.
value
public final java.lang.String value
- The value contributed; will have symbols expanded, then be converted to the appropriate type.
StackExtension
public StackExtension(StackExtensionType type,
java.lang.String value)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2003-2012 The Apache Software Foundation.