|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.velocity.runtime.parser.node.AbstractExecutor org.apache.velocity.runtime.parser.node.PropertyExecutor org.apache.velocity.runtime.parser.node.BooleanPropertyExecutor
public class BooleanPropertyExecutor
Handles discovery and valuation of a
boolean object property, of the
form public boolean is
Field Summary
Fields inherited from class org.apache.velocity.runtime.parser.node.AbstractExecutor
log
Constructor Summary
BooleanPropertyExecutor(Log log,
Introspector introspector,
Class clazz,
String property)
BooleanPropertyExecutor(RuntimeLogger rlog,
Introspector introspector,
Class clazz,
String property)
Deprecated. RuntimeLogger is deprecated. Use the other constructor.
Method Summary
protected void
discover(Class clazz,
String property)
Methods inherited from class org.apache.velocity.runtime.parser.node.PropertyExecutor
execute, getIntrospector
Methods inherited from class org.apache.velocity.runtime.parser.node.AbstractExecutor
getMethod, isAlive, setMethod
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
BooleanPropertyExecutor
public BooleanPropertyExecutor(Log log,
Introspector introspector,
Class clazz,
String property)
log
- introspector
- clazz
- property
-
BooleanPropertyExecutor
public BooleanPropertyExecutor(RuntimeLogger rlog,
Introspector introspector,
Class clazz,
String property)
rlog
- introspector
- clazz
- property
-
Method Detail
discover
protected void discover(Class clazz,
String property)
discover
in class PropertyExecutor
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2000-2008 The Apache Software Foundation. All Rights Reserved.