freemarker methods (list, assign) definitions

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

freemarker methods (list, assign) definitions

oceatoon
Hi everyone

I would like to create a new freemarker method like #list or #assign,
but I can't seem to find their java classes or defintions methods,
could someone please help me find on this or are they in the jars?

I need this because TemplateTransforms, are called in one line, and I need
to be able to put content inside my method call (just like a #list).

Thanks for your help
Tibor
Reply | Threaded
Open this post in threaded view
|

Re: freemarker methods (list, assign) definitions

Jacques Le Roux
Administrator
Hi Tibor,

I guess that what you need is here : http://sourceforge.net/svn/?group_id=794

Jacques


> Hi everyone
>
> I would like to create a new freemarker method like #list or #assign,
> but I can't seem to find their java classes or defintions methods,
> could someone please help me find on this or are they in the jars?
>
> I need this because TemplateTransforms, are called in one line, and I need
> to be able to put content inside my method call (just like a #list).
>
> Thanks for your help
> Tibor
>
Reply | Threaded
Open this post in threaded view
|

Re: freemarker methods (list, assign) definitions

oceatoon
Thanks for the answer Jacques, it was all I needed.

On 8/7/06, Jacques Le Roux <[hidden email]> wrote:

>
> Hi Tibor,
>
> I guess that what you need is here :
> http://sourceforge.net/svn/?group_id=794
>
> Jacques
>
>
> > Hi everyone
> >
> > I would like to create a new freemarker method like #list or #assign,
> > but I can't seem to find their java classes or defintions methods,
> > could someone please help me find on this or are they in the jars?
> >
> > I need this because TemplateTransforms, are called in one line, and I
> need
> > to be able to put content inside my method call (just like a #list).
> >
> > Thanks for your help
> > Tibor
> >
>