bluemini

root

CFC rhino.cfc


Field Summary
  Nothing to report
Field Summary
any
getLog()
      no hint
any
init()
      no hint
any
getParser()
      no hint
any
getEvent()
      no hint
struct
roots()
      no hint
any
setConfig(struct config)
      no hint
any
startSession()
      no hint
string
getRhinoIndexFile()
      no hint
numeric
moduleRequired(string sModuleName)
      The framework only loads extensions when the application either requests that all extensions are loaded or when it explicitly requests that it is loaded
any
loadApp()
      no hint
any
setupRhino()
      setupRhino() Sets up the rhino struct in the application scope, checks to see if this is a new session start (by the non existence of a session variable) and a new application start (by the non existence of an application variable). It calls startApplication() and startSession() based on these findings.
string
getLocal(string sLocal)
      provides access to elements of the locals.xml file in the application config.
struct
config()
      no hint
any
startApplication()
      no hint
Method Details

getLog [public]

any getLog()

no hint


init [public]

any init()

no hint


getParser [public]

any getParser()

no hint


getEvent [public]

any getEvent()

no hint


roots [public]

struct roots()

no hint


setConfig [package]

any setConfig(struct config)

no hint


startSession [private]

any startSession()

no hint


getRhinoIndexFile [public]

string getRhinoIndexFile()

no hint


moduleRequired [public]

numeric moduleRequired(string sModuleName)

The framework only loads extensions when the application either requests that all extensions are loaded or when it explicitly requests that it is loaded


loadApp [public]

any loadApp()

no hint


setupRhino [public]

any setupRhino()

setupRhino() Sets up the rhino struct in the application scope, checks to see if this is a new session start (by the non existence of a session variable) and a new application start (by the non existence of an application variable). It calls startApplication() and startSession() based on these findings.


getLocal [public]

string getLocal(string sLocal)

provides access to elements of the locals.xml file in the application config.


config [public]

struct config()

no hint


startApplication [private]

any startApplication()

no hint