536537538539540541542543544545546
* */ public boolean unloadJsp() { JspServletWrapper jsw = getJspForUnload(options.getMaxLoadedJsps()); if( null != jsw ) { synchronized(jsw) { jsw.destroy(); return true; } } return false; }
534535536537538539540541542543544