Class HtmlFragment

java.lang.Object
com.atlassian.confluence.velocity.htmlsafe.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 Details

    • HtmlFragment

      public HtmlFragment(Object fragment)
      Deprecated.
  • Method Details

    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • unbox

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