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

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

Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.

@Deprecated
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 $

Constructor Summary
ClientActionUtils()
          Deprecated.  
 
Method Summary
static java.lang.String appendURLParameters(UIXRenderingContext context, java.lang.String base, Parameter[] params)
          Deprecated.  
static ClientAction getPrimaryClientAction(UIXRenderingContext context, UINode node)
          Deprecated. 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()
Deprecated. 
Method Detail

getPrimaryClientAction

public static ClientAction getPrimaryClientAction(UIXRenderingContext context,
                                                  UINode node)
Deprecated. 
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)
Deprecated. 


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.