| Package | Description |
|---|---|
| com.atlassian.velocity.htmlsafe | |
| com.atlassian.velocity.htmlsafe.introspection |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
HtmlSafeAnnotationUtils.isHtmlSafeValue(AnnotationBoxedElement<?> value)
Determines whether an annotated value is htmlsafe (i.e should not be encoded during rendering)
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotatedValue<E>
An annotated value associates a collection of annotations with a value.
|
class |
ToStringDelegatingAnnotationBoxedElement<E>
AnnotationBoxedElement that delegates all operations to
the wrapped element except for toString() which is delegated to the boxed value itself. |
| Constructor and Description |
|---|
ToStringDelegatingAnnotationBoxedElement(AnnotationBoxedElement<E> delegate) |
Copyright © 2018 Atlassian. All rights reserved.