File names for JSP include directive to avoid compilation of them

后端 未结 1 1895
死守一世寂寞
死守一世寂寞 2020-12-21 11:17

I join to project where code duplication in JSP avoided by include JSP directive (static, like #include in C).

Included files follow same naming rul

相关标签:
1条回答
  • 2020-12-21 11:49

    The appropriate name for such JSP files is .jspf (JSP fragment), as explained in this question.

    0 讨论(0)
提交回复
热议问题