org.sonar.web
Class Application

java.lang.Object
  extended by org.sonar.web.Application

public class Application
extends java.lang.Object


Field Summary
protected  org.picocontainer.MutablePicoContainer pico
           
 
Method Summary
 org.picocontainer.MutablePicoContainer getContainer()
           
static Application getInstance()
           
 void start(javax.servlet.ServletContextEvent event)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pico

protected org.picocontainer.MutablePicoContainer pico
Method Detail

getInstance

public static Application getInstance()

start

public void start(javax.servlet.ServletContextEvent event)

stop

public void stop()

getContainer

public org.picocontainer.MutablePicoContainer getContainer()


Copyright © 2007-2008 hortis. All Rights Reserved.