Uses of Package
org.apache.velocity.util.introspection
Package
Description
-
ClassDescriptionLittle class to carry in info such as template name, line and column for information error reporting from the uberspector implementations
-
ClassDescriptionLittle class to carry in info such as template name, line and column for information error reporting from the uberspector implementations
-
ClassDescriptionHolds information for node-local context data introspection information.
-
ClassDescriptionLittle class to carry in info such as template name, line and column for information error reporting from the uberspector implementations
-
ClassDescriptionLittle class to carry in info such as template name, line and column for information error reporting from the uberspector implementations
-
ClassDescription'Federated' introspection/reflection interface to allow the introspection behavior in Velocity to be customized.
-
ClassDescriptionLittle class to carry in info such as template name, line and column for information error reporting from the uberspector implementations
-
ClassDescriptionLittle class to carry in info such as template name, line and column for information error reporting from the uberspector implementations
-
ClassDescriptionLittle class to carry in info such as template name, line and column for information error reporting from the uberspector implementationsThis basic function of this class is to return a Method object for a particular class given the name of a method and the parameters to the method in the form of an Object[] The first time the Introspector sees a class it creates a class method map for the class in question.
-
-
ClassDescriptionDefault implementation of a
chainable uberspector
that forwards all calls to the wrapped uberspector (when that is possible).Interface that marks uberspectors as chainable, meaning that multiple uberspectors can be combined in a chain (using the Decorator pattern).A cache of introspection information for a specific class instance.A cache of introspection information for a specific class instance.Converts a value to type TLittle class to carry in info such as template name, line and column for information error reporting from the uberspector implementationsThis basic function of this class is to return a Method object for a particular class given the name of a method and the parameters to the method in the form of an Object[] The first time the Introspector sees a class it creates a class method map for the class in question.Lookup a a Method object for a particular class given the name of a method and its parameters.This is the internal introspector cache implementation.Simple distinguishable exception, used when we run across ambiguous overloading.Interface used to determine which methods are allowed to be executed.A conversion handler adds admissible conversions between Java types whenever Velocity introspection has to map VTL methods and property accessors to Java methods.'Federated' introspection/reflection interface to allow the introspection behavior in Velocity to be customized.Implementation of Uberspect to provide the default introspective functionality of VelocityMethod used for regular method invocation $foo.bar()Interface defining a 'getter'.Interface used for setting values that appear to be properties in Velocity.