Issues
auto convert component to java class
Fixed
Description
Details
Assignee
UnassignedUnassignedReporter
Michael OffnerMichael OffnerLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Fix versions
Priority
New
Details
Details
Assignee
Unassigned
UnassignedReporter
Michael Offner
Michael OffnerLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Fix versions
Priority
Created 12 November 2018 at 11:07
Updated 2 days ago
Resolved 16 November 2018 at 08:56
Activity
Show:
in case a component is pass into a java class method as an argument abd the target argument is not from type component and it is an interface, Lucee check if Lucee implements that interface and in case it matches wraps the component with a class that implements that interface and acts as a proxy.
The same you had to do before manually with help of the function "createDynamicProxy"