org.apache.beehive.netui.core.urltemplates
Class URLTemplate.TemplateItem

Object
  extended by URLTemplate.TemplateItem
All Implemented Interfaces:
Serializable
Enclosing class:
URLTemplate

protected class URLTemplate.TemplateItem
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
URLTemplate.TemplateItem(String value, boolean isToken)
           
 
Method Summary
 boolean equals(Object o)
           
 String getValue()
           
 int hashCode()
           
 boolean isToken()
           
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLTemplate.TemplateItem

public URLTemplate.TemplateItem(String value,
                                boolean isToken)
Method Detail

getValue

public String getValue()

isToken

public boolean isToken()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object