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:
parent
e81bb842c7
commit
b57b024082
1 changed files with 8 additions and 0 deletions
|
@ -831,6 +831,14 @@ public final class Application implements IPathElement, Runnable {
|
||||||
return pwfile.authenticate (uname, password);
|
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
|
* Return a path to be used in a URL pointing to the given element and action
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue