com.liferay.faces.bridge.event
Interface PublicRenderParameter

All Known Implementing Classes:
PublicRenderParameterBaseImpl, PublicRenderParameterCompatImpl, PublicRenderParameterImpl

public interface PublicRenderParameter

Author:
Neil Griffin

Method Summary
 String getModelValue(javax.faces.context.FacesContext facesContext)
           
 String getModifiedModelEL()
           
 boolean injectIntoModel(javax.faces.context.FacesContext facesContext)
           
 boolean isForThisPortlet()
           
 boolean isModelValueChanged(javax.faces.context.FacesContext facesContext)
           
 

Method Detail

injectIntoModel

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

isModelValueChanged

boolean isModelValueChanged(javax.faces.context.FacesContext facesContext)

getModelValue

String getModelValue(javax.faces.context.FacesContext facesContext)

getModifiedModelEL

String getModifiedModelEL()

isForThisPortlet

boolean isForThisPortlet()


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