org.apache.myfaces.trinidadinternal.image
Interface ImageContext

All Known Implementing Classes:
FacesRenderingContext, RootRenderingContext

public interface ImageContext

The ImageContext is used to encapsulate information about the the environment in which image requests are made.

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/image/ImageContext.java#0 $) $Date: 10-nov-2005.19:03:53 $
Author:
The Oracle ADF Faces Team

Method Summary
 TrinidadAgent getAgent()
          Returns the end user's Agent.
 Configuration getConfiguration()
          Returns a Configuration object that will be used to locate paths and return global properties.
 org.apache.myfaces.trinidad.context.LocaleContext getLocaleContext()
          Returns the end user's locale.
 java.lang.Object getProperty(java.lang.String namespace, java.lang.Object key)
          Gets a property stored on the context.
 StyleContext getStyleContext()
          Returns a StyleContext that can be used to look up styles while rendering images with this ImageContext.
 void setProperty(java.lang.String namespace, java.lang.Object key, java.lang.Object value)
          Stores a property on the context.
 

Method Detail

getLocaleContext

org.apache.myfaces.trinidad.context.LocaleContext getLocaleContext()
Returns the end user's locale.


getAgent

TrinidadAgent getAgent()
Returns the end user's Agent.


getConfiguration

Configuration getConfiguration()
Returns a Configuration object that will be used to locate paths and return global properties.


getProperty

java.lang.Object getProperty(java.lang.String namespace,
                             java.lang.Object key)
Gets a property stored on the context.


setProperty

void setProperty(java.lang.String namespace,
                 java.lang.Object key,
                 java.lang.Object value)
Stores a property on the context.


getStyleContext

StyleContext getStyleContext()
Returns a StyleContext that can be used to look up styles while rendering images with this ImageContext.



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