com.liferay.faces.bridge.renderkit.html_basic
Class HeadManagedBean

java.lang.Object
  extended by com.liferay.faces.bridge.renderkit.html_basic.HeadManagedBean
All Implemented Interfaces:
Serializable

public class HeadManagedBean
extends Object
implements Serializable

This class is a JSF ViewScoped ManagedBean that maintains a list of JavaScript and/or CSS resources that have been added to the <head> section of the portal page. Along with HeadPhaseListener and HeadRendererBridgeImpl, this class helps provides a solution to an issue regarding Ajax-initiated execution of navigation-rules in a portlet. See the class-level comments in the HeadPhaseListener for more details.

Author:
Neil Griffin
See Also:
Serialized Form

Constructor Summary
HeadManagedBean()
           
 
Method Summary
 Set<String> getHeadResourceIds()
           
static HeadManagedBean getInstance(javax.faces.context.FacesContext facesContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeadManagedBean

public HeadManagedBean()
Method Detail

getInstance

public static HeadManagedBean getInstance(javax.faces.context.FacesContext facesContext)

getHeadResourceIds

public Set<String> getHeadResourceIds()


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