agonism.dovetail.site
Class SessionValue

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

public class SessionValue
extends Value


Fields inherited from class agonism.dovetail.site.DovetailInstance
m_context
 
Constructor Summary
protected SessionValue(IRequestContext context, QSessionValue 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

SessionValue

protected SessionValue(IRequestContext context,
                       QSessionValue peer)
Method Detail

getValue

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

getType

public Type getType()
Overrides:
getType in class Value