helma.Aspects

Object
   |
   +--helma.Aspects

Defined in Aspects.js



Constructor Summary
helma.Aspects()
            Library for adding Aspects

Provides static methods to wrap existing functions inside a javascript closure in order to add additional behavior without overriding the existing one.
 
Methods Summary
 Function addAfter(<Object> obj, <String> fname, <Function> after)
           Adds a function to be called after an existing function.
 Function addAround(<Object> obj, <String> fname, <Function> around)
           Wraps an additional function around the original function.
 Function addBefore(<Object> obj, <String> fname, <Function> before)
           Adds a function to be called before the orginal function.

Constructor Detail

helma.Aspects

helma.Aspects()

Method Detail

addAfter

Function addAfter(<Object> obj, <String> fname, <Function> after)

addAround

Function addAround(<Object> obj, <String> fname, <Function> around)

addBefore

Function addBefore(<Object> obj, <String> fname, <Function> before)


Documentation generated by JSDoc on Thu Apr 5 01:59:00 2007