Uses of Interface
org.intabulas.sandler.elements.Link

Packages that use Link
org.intabulas.sandler Defines the classes and interfaces for the sandler atom implementation 
org.intabulas.sandler.elements Defines the interfaces for the sandler atom implementation 
org.intabulas.sandler.elements.impl Defines the implementation of the classes for the sandler atom implementation 
 

Uses of Link in org.intabulas.sandler
 

Methods in org.intabulas.sandler that return Link
static Link SyndicationFactory.createAlternateLink(String href)
          Convenience method for building the oft-needed "alternate" link
static Link SyndicationFactory.createAlternateLink(String href, String title)
          Convenience method for building the oft-needed "alternate" link
 

Methods in org.intabulas.sandler with parameters of type Link
static Entry SyndicationFactory.createEntry(Content content, String title, String id, Link alternate, Date issued, Date modified)
          Construct a valid Atom Entry with some content
static Entry SyndicationFactory.createEntry(String title, String id, Link alternate, Date issued, Date modified)
          Construct a valid Atom Entry without any content
static Feed SyndicationFactory.createFeed(Person author, String title, Link alternate, Date modified)
          Construct a valid Atom Feed
 

Uses of Link in org.intabulas.sandler.elements
 

Methods in org.intabulas.sandler.elements that return Link
 Link SandlerEntry.getLink(int index)
           
 

Methods in org.intabulas.sandler.elements with parameters of type Link
 void SandlerEntry.addLink(int index, Link link)
           
 boolean SandlerEntry.addLink(Link link)
           
 boolean SandlerEntry.removeLink(Link link)
           
 

Uses of Link in org.intabulas.sandler.elements.impl
 

Classes in org.intabulas.sandler.elements.impl that implement Link
 class LinkImpl
          LinkImpl
 

Methods in org.intabulas.sandler.elements.impl that return Link
 Link AbstractEntryElement.getLink(int index)
           
 

Methods in org.intabulas.sandler.elements.impl with parameters of type Link
 void AbstractEntryElement.addLink(int index, Link link)
           
 boolean AbstractEntryElement.addLink(Link link)
           
 boolean AbstractEntryElement.removeLink(Link link)
           
 



Copyright © 2003-2004 Mark Lussier. All Rights Reserved.