com.liferay.faces.util.client
Class ScriptsEncoderWrapper
java.lang.Object
com.liferay.faces.util.client.ScriptsEncoderWrapper
- All Implemented Interfaces:
- ScriptsEncoder, javax.faces.FacesWrapper<ScriptsEncoder>
public abstract class ScriptsEncoderWrapper
- extends Object
- implements ScriptsEncoder, javax.faces.FacesWrapper<ScriptsEncoder>
- Author:
- Neil Griffin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScriptsEncoderWrapper
public ScriptsEncoderWrapper()
getWrapped
public abstract ScriptsEncoder getWrapped()
- Specified by:
getWrapped in interface javax.faces.FacesWrapper<ScriptsEncoder>
encodeBodyScripts
public void encodeBodyScripts(javax.faces.context.FacesContext facesContext,
List<Script> scripts)
throws IOException
- Specified by:
encodeBodyScripts in interface ScriptsEncoder
- Throws:
IOException
encodeEvalScripts
public void encodeEvalScripts(javax.faces.context.FacesContext facesContext,
List<Script> scripts)
throws IOException
- Specified by:
encodeEvalScripts in interface ScriptsEncoder
- Throws:
IOException
Copyright © 2019 Liferay, Inc.. All rights reserved.