RichFaces UI Components UI 4.2.2.Final

org.richfaces.component
Class QueueRegistry

java.lang.Object
  extended by org.richfaces.component.QueueRegistry

public final class QueueRegistry
extends Object

Since:
3.3.0
Author:
Nick Belaevski

Field Summary
static String QUEUE_SCRIPT_ID
           
 
Method Summary
 void addQueue(String clientName, javax.faces.component.UIComponent component)
           
 boolean containsQueue(String name)
           
static QueueRegistry getInstance(javax.faces.context.FacesContext context)
           
 Map<String,javax.faces.component.UIComponent> getRegisteredQueues()
           
 boolean hasQueuesToEncode()
           
 javax.faces.component.UIComponent removeQueue(String clientName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QUEUE_SCRIPT_ID

public static final String QUEUE_SCRIPT_ID
See Also:
Constant Field Values
Method Detail

getInstance

public static QueueRegistry getInstance(javax.faces.context.FacesContext context)

addQueue

public void addQueue(String clientName,
                     javax.faces.component.UIComponent component)

removeQueue

public javax.faces.component.UIComponent removeQueue(String clientName)

containsQueue

public boolean containsQueue(String name)

getRegisteredQueues

public Map<String,javax.faces.component.UIComponent> getRegisteredQueues()

hasQueuesToEncode

public boolean hasQueuesToEncode()

RichFaces UI Components UI 4.2.2.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.