Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Grailsのデフォルトのg:linkの動作を変更する方法を探していましたが、何をしなければならないのか理解できず、クラスを拡張し、Beanスプリングを構成します... 誰か提案がありますか?
独自の TagLib を作成してリンク クロージュアを定義すると、デフォルトの grails リンク タグがオーバーライドされます。
class MyTagLib { def link = { attrs, body -> out << 'changing the default grails link' } }