bluemini

root

CFC applet.cfc

applet provides the basis of all application and extension root classes. An extension XYZ MUST have a component XYZ.cfc in it's root folder. This component should extend this class so that the basic methods provided here are available to the rest of the framework.


Field Summary
  Nothing to report
Field Summary
any
init()
      when an extension intercepts a request, it must pass back valid data for a variety of rendering requirements. This function sets the empty data structures
any
setScope(string sScope)
      no hint
any
onRequestPageUndefined()
      When a user requests a page that is not available in the root applications pages.xml file, the framework fires this event against the extension named in the first part of the layout requested. If the extension knows how to respond to the request it sends back a valid page construction or controller object.
any
setConfig(struct strConfiguration)
      no hint
any
getLocal(string sLocal)
      no hint
any
getScope()
      no hint
any
onRequestPageletUndefined()
      This function is deprecated, however, it is supported here for backwards compatability
any
getPages()
      no hint
Method Details

init [public]

any init()

when an extension intercepts a request, it must pass back valid data for a variety of rendering requirements. This function sets the empty data structures


setScope [public]

any setScope(string sScope)

no hint


onRequestPageUndefined [public]

any onRequestPageUndefined()

When a user requests a page that is not available in the root applications pages.xml file, the framework fires this event against the extension named in the first part of the layout requested. If the extension knows how to respond to the request it sends back a valid page construction or controller object.


setConfig [public]

any setConfig(struct strConfiguration)

no hint


getLocal [public]

any getLocal(string sLocal)

no hint


getScope [public]

any getScope()

no hint


onRequestPageletUndefined [public]

any onRequestPageletUndefined()

This function is deprecated, however, it is supported here for backwards compatability


getPages [public]

any getPages()

no hint