org.jclouds.chef.servlet.functions
Class InitParamsToProperties

java.lang.Object
  extended by org.jclouds.chef.servlet.functions.InitParamsToProperties
All Implemented Interfaces:
com.google.common.base.Function<javax.servlet.ServletContext,Properties>

@Singleton
public class InitParamsToProperties
extends Object
implements com.google.common.base.Function<javax.servlet.ServletContext,Properties>

Author:
Adrian Cole

Field Summary
static InitParamsToProperties INSTANCE
           
 
Constructor Summary
InitParamsToProperties()
           
 
Method Summary
 Properties apply(javax.servlet.ServletContext servletContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Field Detail

INSTANCE

public static final InitParamsToProperties INSTANCE
Constructor Detail

InitParamsToProperties

public InitParamsToProperties()
Method Detail

apply

public Properties apply(javax.servlet.ServletContext servletContext)
Specified by:
apply in interface com.google.common.base.Function<javax.servlet.ServletContext,Properties>


Copyright © 2013 jclouds. All Rights Reserved.