T - the result type of method callpublic class CallableProxy<T> extends Object implements Callable<T>, Serializable
| Constructor and Description |
|---|
CallableProxy(String className,
String bundleKey,
Serializable data)
Build a proxy to the specified classname, with data as the constructor argument
|
public CallableProxy(String className, String bundleKey, Serializable data)
className - Class namebundleKey - Bundle where the class is defineddata - constructor argumentCopyright © 2004–2021 Jahia Solutions Group SA. All rights reserved.