[Helma-user] HobObject Hierarchy w/o Code?

Joshua Paine joshua at papercrown.org
Sat Nov 24 06:16:06 CET 2007


> What if instead you wish for a subtoken of Root to serve any sort of 
> HopObject based on the token used? {root}/one/ calls the main action of 
> the HopObject prototype called 'One'.  {root}/two/ calls the main action 
> of the HopObject prototype called 'Two'. 

One way:

Root/type.properties
--------------------------------------
one = mountpoint(One)
two = mountpoint(Two)
--------------------------------------



More information about the Helma-user mailing list