org.apache.myfaces.trinidadinternal.ui.action
Class ClientActionUtils

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.ui.action.ClientActionUtils

public class ClientActionUtils
extends java.lang.Object

Public utility methods useful for working with ClientActions

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/ui/action/ClientActionUtils.java#0 $) $Date: 10-nov-2005.18:57:42 $
Author:
The Oracle ADF Faces Team

Constructor Summary
ClientActionUtils()
           
 
Method Summary
static java.lang.String appendURLParameters(UIXRenderingContext context, java.lang.String base, Parameter[] params)
           
static ClientAction getPrimaryClientAction(UIXRenderingContext context, UINode node)
          Gets the ClientAction associated with this UINode if there is one.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientActionUtils

public ClientActionUtils()
Method Detail

getPrimaryClientAction

public static ClientAction getPrimaryClientAction(UIXRenderingContext context,
                                                  UINode node)
Gets the ClientAction associated with this UINode if there is one.


appendURLParameters

public static java.lang.String appendURLParameters(UIXRenderingContext context,
                                                   java.lang.String base,
                                                   Parameter[] params)


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.