12431244124512461247124812491250125112521253
* we want to init then render */ InternalContextAdapterImpl ica = new InternalContextAdapterImpl(context); ica.pushCurrentTemplateName(logTag); try { try {
13401341134213431344134513461347134813491350
134135136137138139140141142143144
if( sn != null) { InternalContextAdapterImpl ica = new InternalContextAdapterImpl( context ); ica.pushCurrentTemplateName( node.name() ); try { sn.render( ica, writer ); }
186187188189190191192193194195196
{ /* * put the current template name on the stack */ ica.pushCurrentTemplateName( name ); /* * init the AST */
246247248249250251252253254255256
InternalContextAdapterImpl ica = new InternalContextAdapterImpl( context ); try { ica.pushCurrentTemplateName( name ); ica.setCurrentResource( this ); ( (SimpleNode) data ).render( ica, writer); } finally
265266267268269270271272273274275
if (nodeTree != null) { InternalContextAdapterImpl ica = new InternalContextAdapterImpl( context ); ica.pushCurrentTemplateName( logTag ); try { try {
419420421422423424425426427428429
*/ InternalContextAdapter ica = new InternalContextAdapterImpl(new VelocityContext()); ica.pushCurrentTemplateName("VMProxyArg : " + ParserTreeConstants.jjtNodeName[type]); nodeTree.init(ica, rsvc); } /**
299300301302303304305306307308309
188189190191192193194195196197198