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

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

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

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

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

Classes in com.atlassian.confluence.velocity.introspection that implement AnnotationBoxedElement
 class AnnotatedValue
          An annotated value associates a collection of annotations with a value.
 class ToStringDelegatingAnnotationBoxedElement
          AnnotationBoxedElement that delegates all operations to the wrapped element except for toString() which is delegated to the boxed value itself.
 

Constructors in com.atlassian.confluence.velocity.introspection with parameters of type AnnotationBoxedElement
ToStringDelegatingAnnotationBoxedElement(AnnotationBoxedElement delegate)
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.