agonism.dovetail.site
Class CookieValue

java.lang.Object
  |
  +--agonism.dovetail.site.DovetailInstance
        |
        +--agonism.dovetail.site.Value
              |
              +--agonism.dovetail.site.CookieValue

public class CookieValue
extends Value


Fields inherited from class agonism.dovetail.site.DovetailInstance
m_context
 
Constructor Summary
protected CookieValue(IRequestContext context, QCookieValue peer)
           
 
Method Summary
 Type getType()
           
 java.lang.Object getValue()
           
 
Methods inherited from class agonism.dovetail.site.Value
convert, convert, format, parse, parseType, toString
 
Methods inherited from class agonism.dovetail.site.DovetailInstance
findObject, findPageName, getContext, getFactory, getName, getPage, getPeer, getSite
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CookieValue

protected CookieValue(IRequestContext context,
                      QCookieValue peer)
Method Detail

getValue

public java.lang.Object getValue()
Overrides:
getValue in class Value

getType

public Type getType()
Overrides:
getType in class Value