Merge remote-tracking branch 'manage/master' into subtree
this merges master branch of https://github.com/helma-org/apps-manage-mirror into helma
This commit is contained in:
commit
ca2b08a5df
58 changed files with 2678 additions and 0 deletions
27
apps/manage/class.properties
Normal file
27
apps/manage/class.properties
Normal file
|
@ -0,0 +1,27 @@
|
|||
#
|
||||
# define the root class of this application
|
||||
#
|
||||
root = helma.main.Server
|
||||
|
||||
#
|
||||
# root.factory is used to retrieve the root class of the application
|
||||
# when the instance has already been created when the application comes up.
|
||||
# this is true for the helma server that is scripted here.
|
||||
#
|
||||
root.factory.class = helma.main.Server
|
||||
root.factory.method = getServer
|
||||
|
||||
#
|
||||
# Map Java classes to the prototype used to script them
|
||||
# and, yes, map the root class again.
|
||||
#
|
||||
|
||||
helma.main.Server = Root
|
||||
helma.framework.core.Application = Application
|
||||
helma.doc.DocApplication = DocApplication
|
||||
helma.doc.DocPrototype = DocPrototype
|
||||
helma.doc.DocFunction = DocFunction
|
||||
helma.doc.DocProperties = DocFunction
|
||||
helma.doc.DocSkin = DocFunction
|
||||
helma.doc.DocTag = DocTag
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue