public class SecureUberspector extends UberspectImpl
To use this introspector, set the following property:
runtime.introspector.uberspect = org.apache.velocity.util.introspection.SecureUberspector
UberspectImpl.VelGetterImpl, UberspectImpl.VelMethodImpl, UberspectImpl.VelSetterImplconversionHandler, introspector, log, rsvc| Constructor and Description |
|---|
SecureUberspector() |
| Modifier and Type | Method and Description |
|---|---|
Iterator |
getIterator(Object obj,
Info i)
Get an iterator from the given object.
|
void |
init()
init - generates the Introspector.
|
getConversionHandler, getMethod, getPropertyGet, getPropertySet, setLog, setRuntimeServicespublic void init()
init in interface Uberspectinit in class UberspectImplpublic Iterator getIterator(Object obj, Info i)
getIterator in interface UberspectgetIterator in class UberspectImplobj - object to iterate overi - line, column, template infoCopyright © 2000–2017 The Apache Software Foundation. All rights reserved.