com.liferay.faces.bridge.event
Class PublicRenderParameterCompatImpl

java.lang.Object
  extended by com.liferay.faces.bridge.event.PublicRenderParameterBaseImpl
      extended by com.liferay.faces.bridge.event.PublicRenderParameterCompatImpl
All Implemented Interfaces:
PublicRenderParameter
Direct Known Subclasses:
PublicRenderParameterImpl

public abstract class PublicRenderParameterCompatImpl
extends PublicRenderParameterBaseImpl

This class provides a compatibility layer that isolates differences between JSF1 and JSF2.

Author:
Neil Griffin

Field Summary
 
Fields inherited from class com.liferay.faces.bridge.event.PublicRenderParameterBaseImpl
forThisPortlet, modelEL, originalRequestValue
 
Constructor Summary
PublicRenderParameterCompatImpl(String prefix, String originalRequestValue, String originalModelEL, String portletName)
           
 
Method Summary
 boolean injectIntoModel(javax.faces.context.FacesContext facesContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.faces.bridge.event.PublicRenderParameter
getModelValue, getModifiedModelEL, isForThisPortlet, isModelValueChanged
 

Constructor Detail

PublicRenderParameterCompatImpl

public PublicRenderParameterCompatImpl(String prefix,
                                       String originalRequestValue,
                                       String originalModelEL,
                                       String portletName)
Method Detail

injectIntoModel

public boolean injectIntoModel(javax.faces.context.FacesContext facesContext)


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