bluemini

root

CFC event.cfc


Field Summary
  Nothing to report
Field Summary
any
init(rhino refRhino)
      no hint
any
setHandler(string sExtension, string sMethod)
      register methods for events
any
getExtensionScope(string sExtension)
      returns the scope of an extension that has been loaded. If no match is made to a loaded component, then an empty string is returned.
string
getIOHandler()
      no hint
any
getHandledEvents()
      Return a list of all the events that are currently registered
any
getIOData()
      no hint
any
getLoadedExtensions()
      getLoadedExtensions returns an array of extension names
any
getConfig(string sConfigLocation)
      helper functions
boolean
getInterceptAllowed(string sModuleName)
      getInterceptAllowed checks whether the given extension is allowed to intercept layouts. It will return a boolean to that effect
boolean
hasIO()
      process some event io data
any
getExtension(string extensionName)
      Provides a means to obtain an extension that has been cached.
any
callHandler(string sEvent, string sExtension, boolean fSingle)
      pass in an event name and call the method on extensions whose implementations support it
any
readExtensions(string extType, string directoryStub)
      no hint
string
cacheExtension(any objExtension, string sName, string extensionScope)
      Allows the specification of an extension, which gets read and cached
any
isLoadedExtension(string sExtension)
      isLoadedExtension returns true/false if an extension is loaded
Method Details

init [public]

any init(rhino refRhino)

no hint


setHandler [public]

any setHandler(string sExtension,
               string sMethod)

register methods for events


getExtensionScope [public]

any getExtensionScope(string sExtension)

returns the scope of an extension that has been loaded. If no match is made to a loaded component, then an empty string is returned.


getIOHandler [public]

string getIOHandler()

no hint


getHandledEvents [public]

any getHandledEvents()

Return a list of all the events that are currently registered


getIOData [public]

any getIOData()

no hint


getLoadedExtensions [public]

any getLoadedExtensions()

getLoadedExtensions returns an array of extension names


getConfig [public]

any getConfig(string sConfigLocation)

helper functions


getInterceptAllowed [public]

boolean getInterceptAllowed(string sModuleName)

getInterceptAllowed checks whether the given extension is allowed to intercept layouts. It will return a boolean to that effect


hasIO [public]

boolean hasIO()

process some event io data


getExtension [public]

any getExtension(string extensionName)

Provides a means to obtain an extension that has been cached.


callHandler [public]

any callHandler(string sEvent,
                string sExtension,
                boolean fSingle)

pass in an event name and call the method on extensions whose implementations support it


readExtensions [public]

any readExtensions(string extType,
                   string directoryStub)

no hint


cacheExtension [public]

string cacheExtension(any objExtension,
                      string sName,
                      string extensionScope)

Allows the specification of an extension, which gets read and cached


isLoadedExtension [public]

any isLoadedExtension(string sExtension)

isLoadedExtension returns true/false if an extension is loaded