在Grails中(< 2.3),如果我將grails.views.default.code='none'
保留在grails Config.groovy中,這取決於我對HTML表達式進行明確的編碼GSP文件:${myValue?.encodeAsHTML()}
。覆蓋grails.views.default.codec ='html'config回到'none'
如果我在Config.groovy中設置了grails.views.default.codec='html"
,那麼每個表達式都會自動發生HTML編碼:${myValue}
。
我的問題:如果我將默認值設置爲'html'
,那麼當我不需要HTML編碼行爲時,如何返回'none'
一個表達式?
僅適用於Grails > = 2.3請參閱http://mrhaki.blogspot.fr/2013/11/grails-goodness-generating-raw-output.html。這個問題的目標是Grails <2.3。請參閱下面的John Flinchbaugh答案。 – BenC 2017-12-14 14:48:44