Class HtmlFragment

  • All Implemented Interfaces:
    com.atlassian.velocity.htmlsafe.introspection.BoxedValue

    @Deprecated
    public final class HtmlFragment
    extends Object
    implements com.atlassian.velocity.htmlsafe.introspection.BoxedValue
    Deprecated.
    since 6.5. Use HtmlFragment instead.
    Simple wrapper class for adding HtmlSafe values directly to a Velocity context.
    • Constructor Detail

      • HtmlFragment

        public HtmlFragment​(Object fragment)
        Deprecated.
    • Method Detail

      • unbox

        public Object unbox()
        Deprecated.
        Specified by:
        unbox in interface com.atlassian.velocity.htmlsafe.introspection.BoxedValue