com.atlassian.confluence.velocity.htmlsafe
Class HtmlFragment

java.lang.Object
  extended by com.atlassian.confluence.velocity.htmlsafe.HtmlFragment
All Implemented Interfaces:
BoxedValue

public final class HtmlFragment
extends Object
implements BoxedValue

Simple wrapper class for adding HtmlSafe values directly to a Velocity context.


Constructor Summary
HtmlFragment(Object fragment)
           
 
Method Summary
 String toString()
           
 Object unbox()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HtmlFragment

public HtmlFragment(Object fragment)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

unbox

public Object unbox()
Specified by:
unbox in interface BoxedValue


Copyright © 2003-2011 Atlassian. All Rights Reserved.