13931394139513961397139813991400140114021403
*/ nodeTree.render(ica, writer); } finally { ica.popCurrentTemplateName(); } return true; }
235236237238239240241242243244245
/* * in case something blows up... * pull it off for completeness */ ica.popCurrentTemplateName(); ica.setCurrentResource( null ); } }finally{//ζε δΈη DEBUG.P(0,this,"initDocument()");
372373374375376377378379380381382
finally { /* * lets make sure that we always clean up the context */ ica.popCurrentTemplateName(); ica.setCurrentResource( null ); } } else {
12641265126612671268126912701271127212731274
257258259260261262263264265266267
nodeTree.render( ica, writer ); } finally { ica.popCurrentTemplateName(); } return true; }
365366367368369370371372373374375
ica.pushCurrentTemplateName( namespace ); vp.render( ica, writer, null); } finally { ica.popCurrentTemplateName(); } } catch (Exception e ) { Runtime.error("Velocity.invokeVelocimacro() : " + e );
315316317318319320321322323324325
239240241242243244245246247248249
/* * in case something blows up... * pull it off for completeness */ ica.popCurrentTemplateName(); ica.setCurrentResource( null ); } }
379380381382383384385386387388389
finally { /* * lets make sure that we always clean up the context */ ica.popCurrentTemplateName(); ica.setCurrentResource( null ); if (provideScope) { Object obj = ica.get(scopeName);