Revision 6031
Added by ben leinfelder almost 14 years ago
src/edu/ucsb/nceas/metacat/MetaCatServlet.java | ||
---|---|---|
428 | 428 |
handler = new MetacatHandler(timer); |
429 | 429 |
|
430 | 430 |
handler.set_sitemapScheduled(false); |
431 |
|
|
432 |
// initialize the plugins |
|
433 |
MetacatHandlerPluginManager.getInstance(); |
|
431 | 434 |
|
432 | 435 |
_fullyInitialized = true; |
433 | 436 |
|
Also available in: Unified diff
initialize the HandlerPluginManager