com.liferay.faces.util.client
Class ScriptFactory

java.lang.Object
  extended by com.liferay.faces.util.client.ScriptFactory
All Implemented Interfaces:
javax.faces.FacesWrapper<ScriptFactory>
Direct Known Subclasses:
ScriptFactoryImpl

public abstract class ScriptFactory
extends Object
implements javax.faces.FacesWrapper<ScriptFactory>

Author:
Kyle Stiemann

Constructor Summary
ScriptFactory()
           
 
Method Summary
abstract  AlloyScript getAlloyScript(String content, String[] modules)
           
abstract  Script getScript(String content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.faces.FacesWrapper
getWrapped
 

Constructor Detail

ScriptFactory

public ScriptFactory()
Method Detail

getAlloyScript

public abstract AlloyScript getAlloyScript(String content,
                                           String[] modules)

getScript

public abstract Script getScript(String content)


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