branaway / Japid

A Java-based statically-typed fast template engine that can be used in any Java code. It has special adapter for use with the Play! Framework.
113 stars 18 forks source link

修正renderJapid模板时添加`json标记时,页面寻址错误 #66

Closed mayan31370 closed 1 year ago

mayan31370 commented 9 years ago

当使用renderJapid渲染json格式页面时,需要在japid模板标记`json标记。 但是在查找页面时,会自动拼接_json导致找不到相应的页面,但如果修改模板名称又会出现阅读代码时难以找到模板代码的问题,因为renderJapid时是不知道页面的具体内容 的