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

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 $
Author:
The Oracle ADF Faces Team

Constructor Summary
LafIconProvider()
           
 
Method Summary
static java.lang.String getCacheImageURI(UIXRenderingContext context)
          Returns the URI to the image cache
abstract  java.lang.String getIconURI(UIXRenderingContext context, IconKey iconKey)
          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()
Method Detail

getIconURI

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


getCacheImageURI

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



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