Re-added getRootHref() method, which was removed because it's not used by

Helma code. Turns out the manage application needs it.
This commit is contained in:
hns 2002-11-25 10:33:07 +00:00
parent e81bb842c7
commit b57b024082

View file

@ -831,6 +831,14 @@ public final class Application implements IPathElement, Runnable {
return pwfile.authenticate (uname, password);
}
/**
* Return the href to the root of this application.
*/
public String getRootHref () {
return getNodeHref (getDataRoot(), null);
}
/**
* Return a path to be used in a URL pointing to the given element and action
*/