de.rw7.htmltools
Class LinkTag

java.lang.Object
  |
  +--de.rw7.htmltools.LinkTag
Direct Known Subclasses:
LinkAnchor, LinkFile, LinkTarget

public abstract class LinkTag
extends java.lang.Object

Field Summary
protected  java.util.Vector referrers
          A vector of LinkTags holding all urls reffering to this url.
 
Constructor Summary
LinkTag()
           
 
Method Summary
(package private) abstract  java.lang.String getError()
           
 java.util.Enumeration getReferrers()
           
static java.lang.String replaceBackslashes(java.lang.String s)
          Replaces all the backslashes in a string with slashes.
 
Methods inherited from class java.lang.Object
<clinit>, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

referrers

protected java.util.Vector referrers
A vector of LinkTags holding all urls reffering to this url. This information is discarded, when the LinkTag gets status found.
Constructor Detail

LinkTag

public LinkTag()
Method Detail

getError

abstract java.lang.String getError()

getReferrers

public final java.util.Enumeration getReferrers()

replaceBackslashes

public static final java.lang.String replaceBackslashes(java.lang.String s)
Replaces all the backslashes in a string with slashes. This is used to get file-urls of windows-systems canonized.