* Implement Application.getParentElement().

This commit is contained in:
hns 2008-04-01 09:51:07 +00:00
parent a70b360310
commit ce30c5aac4

View file

@ -25,6 +25,13 @@ function href(action) {
return action ? base + action : base;
}
/**
* Method used by Helma for URL composition.
*/
function getParentElement() {
return root;
}
/**
* Method used by Helma request path resolution.
*/