From f9f99408ab9caba8c030b31654d9f92885e3ce11 Mon Sep 17 00:00:00 2001 From: hns Date: Fri, 3 Feb 2006 11:45:55 +0000 Subject: [PATCH] * Add getter for the app classloader. --- src/helma/framework/core/ApplicationBean.java | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/helma/framework/core/ApplicationBean.java b/src/helma/framework/core/ApplicationBean.java index b2d863fa..7c0c0649 100644 --- a/src/helma/framework/core/ApplicationBean.java +++ b/src/helma/framework/core/ApplicationBean.java @@ -154,6 +154,14 @@ public class ApplicationBean implements Serializable { app.addRepository(rep); } + /** + * Get the app's classloader + * @return the app's classloader + */ + public ClassLoader getClassLoader() { + return app.getClassLoader(); + } + /** * *