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. UseHtmlFragment
instead.Simple wrapper class for adding HtmlSafe values directly to a Velocity context.
-
-
Constructor Summary
Constructors Constructor Description HtmlFragment(Object fragment)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
toString()
Deprecated.Object
unbox()
Deprecated.
-
-
-
Constructor Detail
-
HtmlFragment
public HtmlFragment(Object fragment)
Deprecated.
-
-