Helma Logo
helma.org » Home > docs > guide > mapping > Mountpoint Mappings

Mountpoint Mappings

Mountpoints provide a simple way to directly attach a prototype to the URL path. If the path contains the name of a mountpoint the prototype's objects are accessible simply by adding their id (or a property defined by ._accessname) to the URL string.

myMountpoint = mountpoint(myProto)
In the example above, the path /myMountpoint/23/test refers to the action test.hac of the object with id 23, which is derived from the myProto prototype.


Up: Object-Relational Mapping Guide
Previous: Additional Join Conditions Next: Advanced Settings

... comment


Page last modified on 2002-04-23 17:28 by hns