Lucee Function Reference

Function GETCOMPONENTSTATICSCOPE

returns the static scope of a specific component, of course access rules aply.

Example

getcomponentstaticscope(string component):struct

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
component string  Yes name of the component to get static scope, for example "org.lucee.cfml.Query".