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

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

Uses of BoxedValue in com.atlassian.velocity.htmlsafe
 

Classes in com.atlassian.velocity.htmlsafe that implement BoxedValue
 class HtmlFragment
          Simple wrapper class for adding HtmlSafe values directly to a Velocity context.
 

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

Subinterfaces of BoxedValue in com.atlassian.velocity.htmlsafe.introspection
 interface AnnotationBoxedElement<E>
          This is a union of the BoxedValue and AnnotatedElement interfaces to be implemented by implementations that are responsible for associating annotations with an object.
 

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



Copyright © 2013 Atlassian. All Rights Reserved.