public class HtmlSafeAnnotationBoxingUberspect extends AnnotationBoxingUberspect
It adds a custom method annotation policy when making a determination on whether a method is HTML safe or not.
org.apache.velocity.util.introspection.UberspectImpl.VelGetterImpl, org.apache.velocity.util.introspection.UberspectImpl.VelMethodImpl, org.apache.velocity.util.introspection.UberspectImpl.VelSetterImpl| Constructor and Description |
|---|
HtmlSafeAnnotationBoxingUberspect() |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<Annotation> |
getMethodAnnotations(Method method)
Retrieve any annotations on the supplied method that are meta-annotated as a
ReturnValueAnnotation |
getClassForTargetObject, getIterator, getMethod, getPropertyGet, init, setRuntimeServicesprotected Collection<Annotation> getMethodAnnotations(Method method)
AnnotationBoxingUberspectReturnValueAnnotationgetMethodAnnotations in class AnnotationBoxingUberspectmethod - Method to searchReturnValueAnnotations.Copyright © 2018 Atlassian. All rights reserved.