org.jclouds.chef.servlet.functions
Class InitParamsToProperties
java.lang.Object
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
|
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 |
INSTANCE
public static final InitParamsToProperties INSTANCE
InitParamsToProperties
public InitParamsToProperties()
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.