12431244124512461247124812491250125112521253
* we want to init then render */ InternalContextAdapterImpl ica = new InternalContextAdapterImpl(context); ica.pushCurrentTemplateName(logTag); try { try {
295296297298299300301302303304305
*/ InternalContextAdapter ica = new InternalContextAdapterImpl(new VelocityContext()); ica.pushCurrentTemplateName("VMProxyArg : " + ParserTreeConstants.jjtNodeName[type]); nodeTree.init(ica, rsvc); } catch ( Exception e )
188189190191192193194195196197198
{ /* * put the current template name on the stack */ ica.pushCurrentTemplateName( name ); /* * init the AST */
248249250251252253254255256257258
InternalContextAdapterImpl ica = new InternalContextAdapterImpl( context ); try { ica.pushCurrentTemplateName( name ); ica.setCurrentResource( this ); ( (SimpleNode) data ).render( ica, writer); } finally
300301302303304305306307308309310
if (nodeTree != null) { InternalContextAdapterImpl ica = new InternalContextAdapterImpl( context ); ica.pushCurrentTemplateName( logTag ); try { try {
13601361136213631364136513661367136813691370
219220221222223224225226227228229
{ /* * put the current template name on the stack */ ica.pushCurrentTemplateName( name ); ica.setCurrentResource( this ); /* * init the AST */
362363364365366367368369370371372
} } try { ica.pushCurrentTemplateName( name ); ica.setCurrentResource( this ); ( (SimpleNode) data ).render( ica, writer); } finally
12311232123312341235123612371238123912401241
235236237238239240241242243244245