| Interface | Description |
|---|---|
| ChainableUberspector |
Interface that marks uberspectors as chainable, meaning that multiple uberspectors can be combined in a chain (using
the Decorator pattern).
|
| Class | Description |
|---|---|
| AbstractChainableUberspector |
Default implementation of a
chainable uberspector that forwards all calls to the wrapped
uberspector (when that is possible). |
| ChainingUberspector |
Since the current version of the Velocity engine (1.5) does not allow more than one uberspector, this class is a
workaround.
|
| DeprecatedCheckUberspector |
Chainable Velocity Uberspector that checks for deprecated method calls.
|
| LinkingUberspector |
Since the current version of the Velocity engine (1.5) does not allow more than one uberspector, this class is a
workaround.
|
| MethodArgumentsUberspector |
Chainable Velocity Uberspector that tries to convert method arguments to formal parameter types when the passed
arguments don't match the method signature.
|
| SecureIntrospector |
SecureIntrospectorImpl is way too restrictive with allowed Class methods. |
| SecureUberspector |
SecureUberspector is way too restrictive regarding Class
methods allowed. |
| TryCatchDirective |
Allows catching exception from Velocity.
|
Copyright © 2004–2016 XWiki. All rights reserved.