com.liferay.faces.util.el
Class FaceletUtil

java.lang.Object
  extended by com.liferay.faces.util.el.FaceletUtil

Deprecated. No replacement available.

@Deprecated
public class FaceletUtil
extends Object

This is a utility class with static methods that are intended to be used primarily from EL. For example, the Liferay Faces Portal project has a Facelet Composite Component named liferay-ui:ice-page-iterator that calls #{liferay-util:findDataModel(...)} via EL.

Author:
Neil Griffin

Constructor Summary
FaceletUtil()
          Deprecated.  
 
Method Summary
static javax.faces.model.DataModel<?> findDataModel(String forClientId)
          Deprecated. Returns the DataModel in the current ViewRoot associated with the specified forClientId.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FaceletUtil

public FaceletUtil()
Deprecated. 
Method Detail

findDataModel

public static javax.faces.model.DataModel<?> findDataModel(String forClientId)
Deprecated. 
Returns the DataModel in the current ViewRoot associated with the specified forClientId.



Copyright © 2015 Liferay, Inc.. All rights reserved.