org.apache.myfaces.custom.dynamicResources
Class SimpleResourceContext

java.lang.Object
  extended by org.apache.myfaces.custom.dynamicResources.SimpleResourceContext
All Implemented Interfaces:
ResourceContext

public class SimpleResourceContext
extends java.lang.Object
implements ResourceContext

Version:
$Revision: 673833 $ $Date: 2008-07-03 16:58:05 -0500 (Thu, 03 Jul 2008) $
Author:
Sylvain Vieujot

Constructor Summary
SimpleResourceContext(java.util.Map params)
           
 
Method Summary
 java.util.Map getParamters()
          Returns a map with the values of the used parameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleResourceContext

public SimpleResourceContext(java.util.Map params)
Method Detail

getParamters

public java.util.Map getParamters()
Description copied from interface: ResourceContext
Returns a map with the values of the used parameters

Specified by:
getParamters in interface ResourceContext
Returns:
not null, Map contains instances of String for keys and values


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