org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml
Class PageRendererUtils

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml.PageRendererUtils

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

@Deprecated
public class PageRendererUtils
extends java.lang.Object

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/ui/laf/base/xhtml/PageRendererUtils.java#0 $) $Date: 10-nov-2005.18:54:08 $

Constructor Summary
PageRendererUtils()
          Deprecated.  
 
Method Summary
static java.lang.Object getFocusPath(UIXRenderingContext context)
          Deprecated.  
static boolean isEmpty(UIXRenderingContext context, org.apache.myfaces.trinidad.component.UIXHierarchy component, int startDepth)
          Deprecated. Checks to see whether the globalHeader is empty (contains no indexed children).
static boolean setNewPath(UIXRenderingContext context, org.apache.myfaces.trinidad.component.UIXHierarchy component, int startDepth)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageRendererUtils

public PageRendererUtils()
Deprecated. 
Method Detail

getFocusPath

public static final java.lang.Object getFocusPath(UIXRenderingContext context)
Deprecated. 

setNewPath

public static final boolean setNewPath(UIXRenderingContext context,
                                       org.apache.myfaces.trinidad.component.UIXHierarchy component,
                                       int startDepth)
Deprecated. 
Parameters:
component -
focusPath -
startDepth -
Returns:
whether or not a path was set.

isEmpty

public static final boolean isEmpty(UIXRenderingContext context,
                                    org.apache.myfaces.trinidad.component.UIXHierarchy component,
                                    int startDepth)
Deprecated. 
Checks to see whether the globalHeader is empty (contains no indexed children).



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