public class WebappUberspector.GetAttributeExecutor
extends AbstractExecutor
| Modifier and Type | Field and Description |
|---|---|
private Introspector |
introspector |
private java.lang.Object[] |
params |
| Constructor and Description |
|---|
GetAttributeExecutor(Log log,
Introspector introspector,
java.lang.Class clazz,
java.lang.String property) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
discover(java.lang.Class clazz) |
java.lang.Object |
execute(java.lang.Object o) |
private final Introspector introspector
private java.lang.Object[] params
public GetAttributeExecutor(Log log,
Introspector introspector,
java.lang.Class clazz,
java.lang.String property)
log - introspector - clazz - property - protected void discover(java.lang.Class clazz)
public java.lang.Object execute(java.lang.Object o)
throws java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException
java.lang.IllegalAccessExceptionjava.lang.reflect.InvocationTargetExceptionorg.apache.velocity.runtime.parser.node.AbstractExecutor#execute(java.lang.Object)Copyright (c) 2003-2007 Apache Software Foundation