タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

xmlとjspに関するkknsdのブックマーク (1)

  • JSP XML CheatSheet

    JSP 2.0 XML Cheat Sheet Copyright (c) 2005-2012 NDP Software. Some Rights Reserved. General <%@ <jsp:directive.[directiveName]... <%! <jsp:declaration> int i=0; </jsp:declaration> <%= <jsp:expression> myVar.getProp() </jsp:expression> <% <jsp:scriptlet> if (... </jsp:scriptlet> scope is page|request|session|application <?xml version="1.0" ?> <jsp:root version="1.2|2.0" [ xmlns:taglibPrefix="URI" ]

  • 1