org.apache.shindig.gadgets.spec
Class LinkSpec

java.lang.Object
  extended by org.apache.shindig.gadgets.spec.LinkSpec

public class LinkSpec
extends Object

Represents /ModulePrefs/Link elements.


Constructor Summary
LinkSpec(Element element, Uri base)
           
 
Method Summary
 Uri getHref()
           
 String getRel()
           
 LinkSpec substitute(Substitutions substitutions)
          Performs variable substitution on all visible elements.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinkSpec

public LinkSpec(Element element,
                Uri base)
         throws SpecParserException
Throws:
SpecParserException
Method Detail

getRel

public String getRel()

getHref

public Uri getHref()

substitute

public LinkSpec substitute(Substitutions substitutions)
Performs variable substitution on all visible elements.


toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007-2012. All Rights Reserved.