CreateDynamicProxy()
Wrap the given component with a Java class that implements the given interfaces.
CreateDynamicProxy( cfc=object, interfaces=object );
Returns: any
| Argument | Description |
|---|---|
|
cfc
object,
required
|
edit
component or component name Alias: cfcName, component, componentName |
|
interfaces
object,
optional
|
edit
Array of strings containing interface paths or a string list of interface paths.
Alias: interface |
Examples
editThere are currently no examples for this function.
See also
- Java
- getClass() Method for Components
- Dynamic Proxy Enhancements in Lucee 7
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)