From b7f4d03a5e6c084a127cf31c251a28b6156eb78d Mon Sep 17 00:00:00 2001 From: stefanp Date: Fri, 11 Apr 2003 13:38:41 +0000 Subject: [PATCH] new readonly property app.name --- src/helma/framework/core/ApplicationBean.java | 9 +++++++++ 1 file changed, 9 insertions(+) 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(); + } + /** * *