UIX 2.2.16

oracle.cabo.ui.action
Class ClientActionUtils

java.lang.Object
  |
  +--oracle.cabo.ui.action.ClientActionUtils

public class ClientActionUtils
extends java.lang.Object

Public utility methods useful for working with ClientActions


Constructor Summary
ClientActionUtils()
           
 
Method Summary
static java.lang.String appendURLParameters(RenderingContext context, java.lang.String base, Parameter[] params)
           
static ClientAction getPrimaryClientAction(RenderingContext 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(RenderingContext context,
                                                  UINode node)
Gets the ClientAction associated with this UINode if there is one.

appendURLParameters

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

UIX 2.2.16