com.liferay.faces.bridge.event
Class PublicRenderParameterBaseImpl

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

public abstract class PublicRenderParameterBaseImpl
extends Object
implements PublicRenderParameter

Author:
Neil Griffin

Field Summary
protected  boolean forThisPortlet
           
protected  String modelEL
           
protected  String originalRequestValue
           
 
Constructor Summary
PublicRenderParameterBaseImpl(String prefix, String originalRequestValue, String originalModelEL, String portletName)
           
 
Method Summary
 
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, injectIntoModel, isForThisPortlet, isModelValueChanged
 

Field Detail

forThisPortlet

protected boolean forThisPortlet

modelEL

protected String modelEL

originalRequestValue

protected String originalRequestValue
Constructor Detail

PublicRenderParameterBaseImpl

public PublicRenderParameterBaseImpl(String prefix,
                                     String originalRequestValue,
                                     String originalModelEL,
                                     String portletName)


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