org.apache.myfaces.trinidadinternal.ui.laf.base
Class LafIconProvider

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.ui.laf.base.LafIconProvider
Direct Known Subclasses:
ColorizedLafIconProvider, InstallLafIconProvider

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

@Deprecated
public abstract class LafIconProvider
extends java.lang.Object

Abstracts out the retrieval of icons for icon indices.

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

Constructor Summary
LafIconProvider()
          Deprecated.  
 
Method Summary
static java.lang.String getCacheImageURI(UIXRenderingContext context)
          Deprecated. Returns the URI to the image cache
abstract  java.lang.String getIconURI(UIXRenderingContext context, IconKey iconKey)
          Deprecated. Returns the URI to the icon indentified by the icon key
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LafIconProvider

public LafIconProvider()
Deprecated. 
Method Detail

getIconURI

public abstract java.lang.String getIconURI(UIXRenderingContext context,
                                            IconKey iconKey)
Deprecated. 
Returns the URI to the icon indentified by the icon key


getCacheImageURI

public static java.lang.String getCacheImageURI(UIXRenderingContext context)
Deprecated. 
Returns the URI to the image cache



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