public class SecureUberspector extends UberspectImpl
To use this introspector, set the following property:
introspector.uberspect.class = org.apache.velocity.util.introspection.SecureUberspector
UberspectImpl.VelGetterImpl, UberspectImpl.VelMethodImpl, UberspectImpl.VelSetterImpl
conversionHandler, 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, setRuntimeServices
public void init()
init
in interface Uberspect
init
in class UberspectImpl
public Iterator getIterator(Object obj, Info i)
getIterator
in interface Uberspect
getIterator
in class UberspectImpl
obj
- object to iterate overi
- line, column, template infoCopyright © 2000–2020 The Apache Software Foundation. All rights reserved.