org.apache.tapestry.parse
Class TemplateAttribute
java.lang.Object
org.apache.tapestry.parse.TemplateAttribute
- public class TemplateAttribute
- extends Object
An attribute, associated with a OpenToken
, taken
from a template. Each attribute has a type and a value. The interpretation of the
value is based on the type.
- Since:
- 3.0
- Version:
- $Id: TemplateAttribute.java,v 1.4 2004/02/19 17:37:41 hlship Exp $
- Author:
- Howard Lewis Ship
TemplateAttribute
public TemplateAttribute(AttributeType type,
String value)
getType
public AttributeType getType()
getValue
public String getValue()
toString
public String toString()