org.apache.myfaces.custom.dynamicResources
Interface ResourceContext

All Known Subinterfaces:
ImageContext
All Known Implementing Classes:
GraphicImageDynamicRenderer.SimpleImageContext, SimpleResourceContext

public interface ResourceContext

The ResourceContext class holds additional objects and values which can be used to determine which or how a resource should be rendered.

Version:
$Revision: 472727 $ $Date: 2006-11-09 02:08:46 +0100 (Do, 09 Nov 2006) $
Author:
Sylvain Vieujot

Method Summary
 java.util.Map getParamters()
          Returns a map with the values of the used parameters
 

Method Detail

getParamters

java.util.Map getParamters()
Returns a map with the values of the used parameters

Returns:
not null, Map contains instances of String for keys and values


Copyright © 2010. All Rights Reserved.