Package com.microstrategy.web.objects
Class RWHyperlinksImpl
- java.lang.Object
 - 
- com.microstrategy.web.objects.RWHyperlinksImpl
 
 
- 
- All Implemented Interfaces:
 RWHyperlinks
public class RWHyperlinksImpl extends java.lang.Object implements RWHyperlinks
- Since:
 - MicroStrategy Web 9.0.0
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RWHyperlinkadd()Adds a new hyperlink objectvoidclear()Removes all hyperlinks.java.util.Iteratorelements()RWHyperlinkget(int index)RWHyperlink[]getResolvedLinks(java.lang.String resolvedHyperLinks)voidhandleStandalone(java.lang.String value)voidinit()RWHyperlinkremove(int i)Removes a hyperlink.intsize() 
 - 
 
- 
- 
Method Detail
- 
size
public int size()
- Specified by:
 sizein interfaceRWHyperlinks- Returns:
 - the number of hyperlink instances.
 
 
- 
elements
public java.util.Iterator elements()
- Specified by:
 elementsin interfaceRWHyperlinks- Returns:
 Enumerationof hyperlink instances.
 
- 
get
public RWHyperlink get(int index)
- Specified by:
 getin interfaceRWHyperlinks- Parameters:
 index- the index (starting from 0) of the hyperlink instance in the list- Returns:
 - the hyperlink instance at the index
 
 
- 
add
public RWHyperlink add()
Description copied from interface:RWHyperlinksAdds a new hyperlink object- Specified by:
 addin interfaceRWHyperlinks- Returns:
 - a new hyperlink instance
 
 
- 
remove
public RWHyperlink remove(int i)
Description copied from interface:RWHyperlinksRemoves a hyperlink.- Specified by:
 removein interfaceRWHyperlinks- Parameters:
 i- identifier of hyperlink to remove.- Returns:
 - the hyperlink instance removed.
 
 
- 
clear
public void clear()
Description copied from interface:RWHyperlinksRemoves all hyperlinks. This is equivalent to invokingRWHyperlinks.remove(int)for all hyperlink identifiers.- Specified by:
 clearin interfaceRWHyperlinks
 
- 
getResolvedLinks
public RWHyperlink[] getResolvedLinks(java.lang.String resolvedHyperLinks) throws WebObjectsException
- Throws:
 WebObjectsException
 
- 
handleStandalone
public void handleStandalone(java.lang.String value) throws org.xml.sax.SAXException- Throws:
 org.xml.sax.SAXException
 
- 
init
public void init() throws WebObjectsException- Throws:
 WebObjectsException
 
 - 
 
 -