org.apache.myfaces.custom.dynamicResources
Interface ResourceContext

All Known Subinterfaces:
ImageContext, ImageContext
All Known Implementing Classes:
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-08 20:08:46 -0500 (Wed, 08 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 © 2011 The Apache Software Foundation. All Rights Reserved.