tinlizard.web
Class WebAppMain

java.lang.Object
  extended by org.kohsuke.stapler.framework.AbstractWebAppMain<TinLizardWeb>
      extended by tinlizard.web.WebAppMain
All Implemented Interfaces:
EventListener, javax.servlet.ServletContextListener

public final class WebAppMain
extends org.kohsuke.stapler.framework.AbstractWebAppMain<TinLizardWeb>

Entry point from Stapler into TinLizard.


Field Summary
 
Fields inherited from class org.kohsuke.stapler.framework.AbstractWebAppMain
context, home, rootType
 
Constructor Summary
WebAppMain()
           
 
Method Summary
protected  void cleanUp(TinLizardWeb app)
           
protected  Object createApplication()
           
protected  String getApplicationName()
           
 
Methods inherited from class org.kohsuke.stapler.framework.AbstractWebAppMain
checkEnvironment, contextDestroyed, contextInitialized, createPlaceHolderForAsyncLoad, getDefaultHomeDir, getHomeDir, setApplicationObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebAppMain

public WebAppMain()
Method Detail

getApplicationName

protected String getApplicationName()
Specified by:
getApplicationName in class org.kohsuke.stapler.framework.AbstractWebAppMain<TinLizardWeb>

createApplication

protected Object createApplication()
                            throws Exception
Specified by:
createApplication in class org.kohsuke.stapler.framework.AbstractWebAppMain<TinLizardWeb>
Throws:
Exception

cleanUp

protected void cleanUp(TinLizardWeb app)
Overrides:
cleanUp in class org.kohsuke.stapler.framework.AbstractWebAppMain<TinLizardWeb>


Copyright © 2009. All Rights Reserved.