public class ViewProxy extends Object implements InvocationHandler
Constructor and Description |
---|
ViewProxy(String engineURI,
String statementName,
String viewName,
View view) |
Modifier and Type | Method and Description |
---|---|
Object |
invoke(Object proxy,
Method m,
Object[] args) |
static Object |
newInstance(String engineURI,
String statementName,
String viewName,
View view) |