Uses of Interface
com.atlassian.velocity.htmlsafe.introspection.AnnotationBoxedElement

Packages that use AnnotationBoxedElement
com.atlassian.velocity.htmlsafe   
com.atlassian.velocity.htmlsafe.introspection   
 

Uses of AnnotationBoxedElement in com.atlassian.velocity.htmlsafe
 

Methods in com.atlassian.velocity.htmlsafe with parameters of type AnnotationBoxedElement
static boolean HtmlSafeAnnotationUtils.isHtmlSafeValue(AnnotationBoxedElement<?> value)
          Determines whether an annotated value is htmlsafe (i.e should not be encoded during rendering)
 

Uses of AnnotationBoxedElement in com.atlassian.velocity.htmlsafe.introspection
 

Classes in com.atlassian.velocity.htmlsafe.introspection that implement AnnotationBoxedElement
 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.
 

Constructors in com.atlassian.velocity.htmlsafe.introspection with parameters of type AnnotationBoxedElement
ToStringDelegatingAnnotationBoxedElement(AnnotationBoxedElement<E> delegate)
           
 



Copyright © 2013 Atlassian. All Rights Reserved.