com.liferay.faces.bridge.container.liferay
Class LiferaySharedPageTop

java.lang.Object
  extended by com.liferay.faces.bridge.container.liferay.LiferaySharedPageTop

public class LiferaySharedPageTop
extends Object

This class provides the ability to parse the StringBundler value of the LIFERAY_SHARED_PAGE_TOP request attribute and remove duplicate CSS and/or JavaScript resources that are meant to be rendered in the ... section of the Liferay Portal page.

Author:
Neil Griffin

Nested Class Summary
protected  class LiferaySharedPageTop.SharedPageTopHandler
           
 
Constructor Summary
LiferaySharedPageTop(com.liferay.portal.kernel.util.StringBundler stringBundler)
           
 
Method Summary
protected  String encodeAmpersands(String value)
           
 void removeDuplicates()
           
 com.liferay.portal.kernel.util.StringBundler toStringBundler()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiferaySharedPageTop

public LiferaySharedPageTop(com.liferay.portal.kernel.util.StringBundler stringBundler)
Method Detail

removeDuplicates

public void removeDuplicates()

toStringBundler

public com.liferay.portal.kernel.util.StringBundler toStringBundler()

encodeAmpersands

protected String encodeAmpersands(String value)


Copyright © 2014 Liferay, Inc.. All Rights Reserved.