bluemini

root

CFC page.cfc


Field Summary
  Nothing to report
Field Summary
any
getReqParamVal(any param)
      no hint
any
init(rhino refRhino)
      no hint
boolean
isController()
      query method to see if we are dealing with a controller
string
getLayout()
      methods which are called by the root page either to generate a layout or pass to a controller
array
getReqDatasets()
      no hint
boolean
getNextSpacePagelet()
      no hint
string
getNextSpacePageletName()
      no hint
any
getRhinoIndexFile()
      provide the details of the root file for rhino
string
getNextSpacePageletType()
      no hint
struct
processRequest()
      no hint
array
getHead()
      no hint
struct
getReqParams()
      no hint
any
getComponent(string sType, string sExtension, string sPath)
      Page is also used to return components to controller layers
boolean
isInterupt()
      method to inform other components if we are dealing with an interupt condition
string
getHandledBy()
      no hint
boolean
setSpaceName(string sSpaceName)
      With the restructuring of the template data, this section deals with delivering the pagelets for a given template space
Method Details

getReqParamVal [public]

any getReqParamVal(any param)

no hint


init [public]

any init(rhino refRhino)

no hint


isController [public]

boolean isController()

query method to see if we are dealing with a controller


getLayout [public]

string getLayout()

methods which are called by the root page either to generate a layout or pass to a controller


getReqDatasets [public]

array getReqDatasets()

no hint


getNextSpacePagelet [public]

boolean getNextSpacePagelet()

no hint


getNextSpacePageletName [public]

string getNextSpacePageletName()

no hint


getRhinoIndexFile [public]

any getRhinoIndexFile()

provide the details of the root file for rhino


getNextSpacePageletType [public]

string getNextSpacePageletType()

no hint


processRequest [public]

struct processRequest()

no hint


getHead [public]

array getHead()

no hint


getReqParams [public]

struct getReqParams()

no hint


getComponent [public]

any getComponent(string sType,
                 string sExtension,
                 string sPath)

Page is also used to return components to controller layers


isInterupt [public]

boolean isInterupt()

method to inform other components if we are dealing with an interupt condition


getHandledBy [public]

string getHandledBy()

no hint


setSpaceName [public]

boolean setSpaceName(string sSpaceName)

With the restructuring of the template data, this section deals with delivering the pagelets for a given template space