Skip to content

Commit

Permalink
add possibility to convert a component wrapper class (made by CreateD…
Browse files Browse the repository at this point in the history
…ynamicProxy for example) back to a component.
  • Loading branch information
michaeloffner committed Sep 6, 2024
1 parent e76f7f2 commit 3854201
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions core/src/main/java/lucee/runtime/type/util/ComponentWrap.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package lucee.runtime.type.util;

import lucee.runtime.Component;

public interface ComponentWrap {
public Component _toComponent();
}

0 comments on commit 3854201

Please sign in to comment.