You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by sqlien <sm...@yahoo.fr> on 2007/09/28 15:14:37 UTC

where are defined macros : ofbizUrl, ofbizContentUrl

Hi,

I want to know where are defined macros: ofbizUrl, ofbizContentUrl and all
macros related to CMS application

Regards

-- 
View this message in context: http://www.nabble.com/where-are-defined-macros-%3A-ofbizUrl%2C-ofbizContentUrl-tf4534429.html#a12940279
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: where are defined macros : ofbizUrl, ofbizContentUrl

Posted by Bilgin Ibryam <bi...@iguanait.com>.
The files should be there!
Anyway, here is the content of frameworkTransforms.properties You can see
the java classes responsible for each transform:

ofbizUrl=org.ofbiz.webapp.ftl.OfbizUrlTransform
ofbizContentUrl=org.ofbiz.webapp.ftl.OfbizContentTransform
ofbizCurrency=org.ofbiz.webapp.ftl.OfbizCurrencyTransform
ofbizAmount=org.ofbiz.webapp.ftl.OfbizAmountTransform
setRequestAttribute=org.ofbiz.webapp.ftl.SetRequestAttributeMethod
renderWrappedText=org.ofbiz.webapp.ftl.RenderWrappedTextTransform
menuWrap=org.ofbiz.widget.menu.MenuWrapTransform

Bilgin Ibryam
-- 
View this message in context: http://www.nabble.com/where-are-defined-macros-%3A-ofbizUrl%2C-ofbizContentUrl-tf4534429.html#a12974735
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: where are defined macros : ofbizUrl, ofbizContentUrl

Posted by BJ Freeman <bj...@free-man.net>.
What version of SVN are you using?

sqlien sent the following on 10/1/2007 12:41 AM:
>  But these files does not exists !
> 
> Adrian Crum wrote:
>> If you are referring to the Freemarker transforms, you can locate them
>> through the following 
>> properties files:
>>
>> framework/webapp/config/frameworkTransforms.properties
>> framework/webapp/config/applicationTransforms.properties
>>
>> -Adrian
>>
>> sqlien wrote:
>>
>>> Hi,
>>>
>>> I want to know where are defined macros: ofbizUrl, ofbizContentUrl and
>>> all
>>> macros related to CMS application
>>>
>>> Regards
>>>
>>
>>
> 

Re: where are defined macros : ofbizUrl, ofbizContentUrl

Posted by sqlien <sm...@yahoo.fr>.
 But these files does not exists !

Adrian Crum wrote:
> 
> If you are referring to the Freemarker transforms, you can locate them
> through the following 
> properties files:
> 
> framework/webapp/config/frameworkTransforms.properties
> framework/webapp/config/applicationTransforms.properties
> 
> -Adrian
> 
> sqlien wrote:
> 
>> Hi,
>> 
>> I want to know where are defined macros: ofbizUrl, ofbizContentUrl and
>> all
>> macros related to CMS application
>> 
>> Regards
>> 
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/where-are-defined-macros-%3A-ofbizUrl%2C-ofbizContentUrl-tf4534429.html#a12974679
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: where are defined macros : ofbizUrl, ofbizContentUrl

Posted by Adrian Crum <ad...@hlmksw.com>.
If you are referring to the Freemarker transforms, you can locate them through the following 
properties files:

framework/webapp/config/frameworkTransforms.properties
framework/webapp/config/applicationTransforms.properties

-Adrian

sqlien wrote:

> Hi,
> 
> I want to know where are defined macros: ofbizUrl, ofbizContentUrl and all
> macros related to CMS application
> 
> Regards
>