com.liferay.faces.util.render
Class JavaScriptFragment

java.lang.Object
  extended by com.liferay.faces.util.render.JavaScriptFragment
All Implemented Interfaces:
Serializable

public final class JavaScriptFragment
extends Object
implements Serializable

This is a simple marker class that wraps a String. It marks the fact that the wrapped string is a fragment of JavaScript code.

Author:
Neil Griffin
See Also:
Serialized Form

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

Constructor Detail

JavaScriptFragment

public JavaScriptFragment(String value)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2019 Liferay, Inc.. All rights reserved.