org.primefaces.extensions.util
Class TagUtils

java.lang.Object
  extended by org.primefaces.extensions.util.TagUtils

public class TagUtils
extends java.lang.Object

Utils class for tag handlers.

Since:
0.5.1
Version:
$Revision$
Author:
Oleg Varaksin / last modified by $Author$

Constructor Summary
TagUtils()
           
 
Method Summary
static java.util.Collection<java.util.List<javax.faces.component.behavior.ClientBehavior>> getClientBehaviors(javax.faces.view.facelets.FaceletContext context, javax.faces.view.facelets.TagAttribute event, javax.faces.component.behavior.ClientBehaviorHolder clientBehaviorHolder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagUtils

public TagUtils()
Method Detail

getClientBehaviors

public static java.util.Collection<java.util.List<javax.faces.component.behavior.ClientBehavior>> getClientBehaviors(javax.faces.view.facelets.FaceletContext context,
                                                                                                                     javax.faces.view.facelets.TagAttribute event,
                                                                                                                     javax.faces.component.behavior.ClientBehaviorHolder clientBehaviorHolder)


Copyright © 2011-2013. All Rights Reserved.