| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.velocity.runtime.parser.node.AbstractExecutororg.apache.velocity.runtime.parser.node.PropertyExecutororg.apache.velocity.runtime.parser.node.BooleanPropertyExecutorpublic class BooleanPropertyExecutorextends PropertyExecutorField Summary |
Fields inherited from class org.apache.velocity.runtime.parser.node.PropertyExecutor | |
introspector, methodUsed | |
Fields inherited from class org.apache.velocity.runtime.parser.node.AbstractExecutor | |
method, rlog | |
Constructor Summary | |
| |
Method Summary | |
protected void |
|
Methods inherited from class org.apache.velocity.runtime.parser.node.PropertyExecutor | |
discover, execute | |
Methods inherited from class org.apache.velocity.runtime.parser.node.AbstractExecutor | |
execute, getMethod, isAlive | |
public BooleanPropertyExecutor(RuntimeLogger rlog, Introspector is, Class clazz, String property)
protected void discover(Class clazz,
String property)
- Overrides:
- discover in interface PropertyExecutor