360361362363364365366367368369370
InternalContextAdapterImpl ica = new InternalContextAdapterImpl( context ); try { ica.pushCurrentTemplateName( namespace ); vp.render( ica, writer, null); } finally { ica.popCurrentTemplateName();
293294295296297298299300301302303
if (nodeTree != null) { InternalContextAdapterImpl ica = new InternalContextAdapterImpl( context ); ica.pushCurrentTemplateName( logTag ); try { try {
220221222223224225226227228229230
{ /* * put the current template name on the stack */ ica.pushCurrentTemplateName( name ); ica.setCurrentResource( this ); /* * init the AST */
354355356357358359360361362363364
{ ica.put(scopeName, new Scope(this, ica.get(scopeName))); } try { ica.pushCurrentTemplateName( name ); ica.setCurrentResource( this ); ( (SimpleNode) data ).render( ica, writer); } catch (StopCommand stop)
13251326132713281329133013311332133313341335
* we want to init then render */ InternalContextAdapterImpl ica = new InternalContextAdapterImpl(context); ica.pushCurrentTemplateName(logTag); try { try {