lucee.Componenttestbox.system.modules.cbstreams.models.proxies.BaseProxy
Functional interface base dynamically compiled via dynamic proxy
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
target
The target function to be applied via dynamic proxy to the required Java interface(s).
|
true
|
false
|
Constructor Summary | |
---|---|
init(any target)
Constructor. |
Method Summary | |
---|---|
any
|
getCFMLContext()
This function is used for the engine to compile the page context bif into the page scope. |
any
|
getCurrentThread()
Get the current thread instance. |
any
|
getCurrentThreadName()
Get the current Thread name. |
string
|
getTarget()
|
boolean
|
inStreamThread()
Check if you are in cfthread or not for any CFML Engine. |
boolean
|
isContextLoaded()
Verify if context is loaded or not. |
any
|
loadContext()
Ability to load the context into the running thread. |
any
|
println(any text)
Out helper for debugging, else all is in vanity. |
any
|
setTarget(any target)
|
Methods inherited from class lucee.Component |
---|
None |
Constructor Detail |
---|
Constructor
target
- The target function to be applied via dynamic proxy to the required Java interface(s)Property Detail |
---|
The target function to be applied via dynamic proxy to the required Java interface(s)
access
- publicrequired
- falsereturntype
- anyserializable
- trueMethod Detail |
---|
This function is used for the engine to compile the page context bif into the page scope
Get the current thread instance
Get the current Thread name
Check if you are in cfthread or not for any CFML Engine
Verify if context is loaded or not
Ability to load the context into the running thread
Out helper for debugging, else all is in vanity
text
- truetarget