org.apache.commons.monitoring.servlet
Class ServletContextUtil

java.lang.Object
  extended by org.apache.commons.monitoring.servlet.ServletContextUtil

public class ServletContextUtil
extends java.lang.Object

Author:
Nicolas De Loof

Field Summary
static java.lang.String REPOSITORY_KEY
          key for Repository as ServletContext attribute
 
Constructor Summary
ServletContextUtil()
           
 
Method Summary
static Repository getRepository(javax.servlet.ServletContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REPOSITORY_KEY

public static final java.lang.String REPOSITORY_KEY
key for Repository as ServletContext attribute

Constructor Detail

ServletContextUtil

public ServletContextUtil()
Method Detail

getRepository

public static Repository getRepository(javax.servlet.ServletContext context)
                                throws javax.servlet.ServletException
Throws:
javax.servlet.ServletException


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