diff --git a/src/helma/framework/core/ApplicationBean.java b/src/helma/framework/core/ApplicationBean.java index a702f24a..ac585d4d 100644 --- a/src/helma/framework/core/ApplicationBean.java +++ b/src/helma/framework/core/ApplicationBean.java @@ -326,6 +326,15 @@ public class ApplicationBean implements Serializable { return app.getAppDir().getAbsolutePath(); } + /** + * + * + * @return ... + */ + public String getname() { + return app.getName(); + } + /** * *