declare namespace org { namespace eclipse { namespace jetty { namespace webapp { interface Configuration { ATTR: string preConfigure(arg0: org.eclipse.jetty.webapp.WebAppContext): void configure(arg0: org.eclipse.jetty.webapp.WebAppContext): void postConfigure(arg0: org.eclipse.jetty.webapp.WebAppContext): void deconfigure(arg0: org.eclipse.jetty.webapp.WebAppContext): void destroy(arg0: org.eclipse.jetty.webapp.WebAppContext): void cloneConfigure(arg0: org.eclipse.jetty.webapp.WebAppContext, arg1: org.eclipse.jetty.webapp.WebAppContext): void } } } } }