com.liferay.faces.util.client.internal
Class ScriptFactoryImpl

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

public class ScriptFactoryImpl
extends ScriptFactory

Author:
Kyle Stiemann

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

Constructor Detail

ScriptFactoryImpl

public ScriptFactoryImpl()
Method Detail

getAlloyScript

public AlloyScript getAlloyScript(String content,
                                  String[] modules)
Specified by:
getAlloyScript in class ScriptFactory

getScript

public Script getScript(String content)
Specified by:
getScript in class ScriptFactory

getWrapped

public ScriptFactory getWrapped()


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