Re: HobObject Hierarchy w/o Code?

Joshua Paine <[email protected]> Sat, 24 Nov 2007 00:16:06 -0500
Newsgroups gmane.comp.java.helma.general
Message-ID <[email protected]>
> 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)
--------------------------------------