org.jclouds.ohai.servlet.suppliers
Class ServletContextInfoSupplier

java.lang.Object
  extended by org.jclouds.ohai.servlet.suppliers.ServletContextSupplier
      extended by org.jclouds.ohai.servlet.suppliers.ServletContextInfoSupplier
All Implemented Interfaces:
com.google.common.base.Supplier<org.jclouds.domain.JsonBall>

@Singleton
public class ServletContextInfoSupplier
extends ServletContextSupplier

Author:
Adrian Cole

Constructor Summary
ServletContextInfoSupplier(javax.servlet.ServletContext servletContext, InitParamsToProperties converter, org.jclouds.json.Json json)
           
 
Method Summary
protected  String provideJson(javax.servlet.ServletContext servletContext)
           
 
Methods inherited from class org.jclouds.ohai.servlet.suppliers.ServletContextSupplier
get
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletContextInfoSupplier

@Inject
public ServletContextInfoSupplier(javax.servlet.ServletContext servletContext,
                                         InitParamsToProperties converter,
                                         org.jclouds.json.Json json)
Method Detail

provideJson

protected String provideJson(javax.servlet.ServletContext servletContext)
Specified by:
provideJson in class ServletContextSupplier


Copyright © 2012 jclouds. All Rights Reserved.