agonism.dovetail.site
Class Link

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

public class Link
extends Value


Fields inherited from class agonism.dovetail.site.DovetailInstance
m_context
 
Constructor Summary
protected Link(IRequestContext context, QLink peer)
           
 
Method Summary
 java.lang.String getHRef()
           
 Page getLinkPage()
           
 java.util.Hashtable getParameters()
           
 Type getType()
           
 java.lang.Object getValue()
           
 void include()
          Include the contents of a Link in the current page being rendered.
 void render(java.lang.String text)
           
 java.lang.String toString()
           
 
Methods inherited from class agonism.dovetail.site.Value
convert, convert, format, parse, parseType
 
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

Link

protected Link(IRequestContext context,
               QLink peer)
Method Detail

include

public void include()
Include the contents of a Link in the current page being rendered.

getValue

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

getType

public Type getType()
Overrides:
getType in class Value

getLinkPage

public Page getLinkPage()

getParameters

public java.util.Hashtable getParameters()

getHRef

public java.lang.String getHRef()

render

public void render(java.lang.String text)

toString

public java.lang.String toString()
Overrides:
toString in class Value