com.liferay.faces.bridge.application
Class ResourceOutputStreamRichFacesImpl
java.lang.Object
java.io.OutputStream
java.io.ByteArrayOutputStream
com.liferay.faces.util.io.ResourceOutputStream
com.liferay.faces.bridge.application.ResourceOutputStreamRichFacesImpl
- All Implemented Interfaces:
- Filterable, Closeable, Flushable
public class ResourceOutputStreamRichFacesImpl
- extends ResourceOutputStream
- implements Filterable
- Author:
- Neil Griffin, Vernon Singleton
ResourceOutputStreamRichFacesImpl
public ResourceOutputStreamRichFacesImpl(javax.faces.application.Resource resource,
int size)
filter
public void filter()
throws IOException
- Specified by:
filter in interface Filterable
- Throws:
IOException
fixRichFacesImageURLs
protected String fixRichFacesImageURLs(javax.faces.context.FacesContext facesContext,
String cssText)
- This method is part of a fix for FACES-1214. Some of the RichFacess CSS resources have relative URLs that must be
translated to ResourceURLs so that they work in a portlet environment.
fixRichFacesPackedDotJs
protected String fixRichFacesPackedDotJs(javax.faces.context.FacesContext facesContext,
String javaScriptText)
Copyright © 2014 Liferay, Inc.. All Rights Reserved.