Class ConfluenceAllowlistUberspector
java.lang.Object
com.atlassian.velocity.allowlist.uberspect.SingletonUberspector
com.atlassian.confluence.impl.velocity.ConfluenceAllowlistUberspector
- All Implemented Interfaces:
org.apache.velocity.util.introspection.Uberspect
,org.apache.velocity.util.introspection.UberspectLoggable
,org.apache.velocity.util.RuntimeServicesAware
public class ConfluenceAllowlistUberspector
extends com.atlassian.velocity.allowlist.uberspect.SingletonUberspector
A
SingletonUberspector
subclass which uses a ConfluenceAnnotationBoxingUberspect
as the Uberspect
delegate and a ConfluenceAllowlistIntrospector
as the coupled Introspector.- Since:
- 9.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.velocity.util.introspection.Introspector
newIntrospector
(org.apache.velocity.runtime.log.Log log, org.apache.velocity.runtime.RuntimeServices runtimeServices) protected org.apache.velocity.util.introspection.Uberspect
Methods inherited from class com.atlassian.velocity.allowlist.uberspect.SingletonUberspector
getIntrospector, getIntrospectorInternal, getIterator, getMethod, getPropertyGet, getPropertySet, init, setLog, setRuntimeLogger, setRuntimeServices
-
Constructor Details
-
ConfluenceAllowlistUberspector
public ConfluenceAllowlistUberspector()
-
-
Method Details
-
newUberspector
protected org.apache.velocity.util.introspection.Uberspect newUberspector()- Overrides:
newUberspector
in classcom.atlassian.velocity.allowlist.uberspect.SingletonUberspector
-
newIntrospector
protected org.apache.velocity.util.introspection.Introspector newIntrospector(org.apache.velocity.runtime.log.Log log, org.apache.velocity.runtime.RuntimeServices runtimeServices) - Overrides:
newIntrospector
in classcom.atlassian.velocity.allowlist.uberspect.SingletonUberspector
-