org.apache.tapestry5.services.javascript
Class StackExtension

java.lang.Object
  extended by 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.
 
Constructor Summary
StackExtension(StackExtensionType type, String value)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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.

Constructor Detail

StackExtension

public StackExtension(StackExtensionType type,
                      String value)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2012 The Apache Software Foundation.