Method Summary |
|
public void | dispose() Disposes the object by setting its disposed flag. |
protected String | getPrefix() Prefix that will be added to the path given in setPage. |
protected RunData | getRunData() Give subclasses access to the RunData, so they do not have to
reimplement the pooling code, just to get at it. |
public void | init(Object data) This will initialise a StaticLink object that was
constructed with the default constructor (ApplicationTool
method). |
public boolean | isDisposed() Checks whether the object is disposed. |
public void | recycle() Recycles the object by removing its disposed flag. |
public void | refresh() Implementation of ApplicationTool interface. |
public StaticLink | setPath(String t) Path to a file. |
public String | toString() Prints out the url. |