Uses of Interface
org.apache.velocity.util.introspection.Uberspect
-
Packages that use Uberspect Package Description org.apache.velocity.runtime org.apache.velocity.util.introspection -
-
Uses of Uberspect in org.apache.velocity.runtime
Fields in org.apache.velocity.runtime declared as Uberspect Modifier and Type Field Description private UberspectRuntimeInstance. uberSpectMethods in org.apache.velocity.runtime that return Uberspect Modifier and Type Method Description UberspectRuntimeInstance. getUberspect()Returns the Uberspect object for this Instance.UberspectRuntimeServices. getUberspect()Returns the configured class introspection/reflection implementation.static UberspectRuntimeSingleton. getUberspect()Returns the Uberspect object for this Instance. -
Uses of Uberspect in org.apache.velocity.util.introspection
Subinterfaces of Uberspect in org.apache.velocity.util.introspection Modifier and Type Interface Description interfaceChainableUberspectorInterface that marks uberspectors as chainable, meaning that multiple uberspectors can be combined in a chain (using the Decorator pattern).Classes in org.apache.velocity.util.introspection that implement Uberspect Modifier and Type Class Description classAbstractChainableUberspectorDefault implementation of achainable uberspectorthat forwards all calls to the wrapped uberspector (when that is possible).classLinkingUberspectorWhen the runtime.introspection.uberspect configuration property contains several uberspector class names, it means those uberspectors will be chained.classSecureUberspectorUse a custom introspector that prevents classloader related method calls.classUberspectImplImplementation of Uberspect to provide the default introspective functionality of VelocityFields in org.apache.velocity.util.introspection declared as Uberspect Modifier and Type Field Description protected UberspectAbstractChainableUberspector. innerThe wrapped (decorated) uberspector.private UberspectLinkingUberspector. leftUberspectprivate UberspectLinkingUberspector. rightUberspectMethods in org.apache.velocity.util.introspection with parameters of type Uberspect Modifier and Type Method Description voidAbstractChainableUberspector. wrap(Uberspect inner)Specify the decorated UberspectorvoidChainableUberspector. wrap(Uberspect inner)Specify the decorated UberspectorConstructors in org.apache.velocity.util.introspection with parameters of type Uberspect Constructor Description LinkingUberspector(Uberspect left, Uberspect right)Constructor that takes the two uberspectors to link
-