Package | Description |
---|---|
org.apache.velocity.runtime.parser.node | |
org.apache.velocity.util.introspection |
Modifier and Type | Class and Description |
---|---|
class |
BooleanPropertyExecutor
Handles discovery and valuation of a
boolean object property, of the
form public boolean is<property> when executed.
|
class |
GetExecutor
Executor that simply tries to execute a get(key)
operation.
|
class |
MapGetExecutor
GetExecutor that is smart about Maps.
|
class |
PropertyExecutor
Returned the value of object property when executed.
|
class |
PublicFieldExecutor
Returns the value of a public field when executed.
|
Constructor and Description |
---|
VelGetterImpl(AbstractExecutor exec) |
Copyright © 2000–2021 The Apache Software Foundation. All rights reserved.