Java Platform, Enterprise Edition/Java EE Tutorial/Writing in JSP
Appearance
Scripting Elements
[edit | edit source]Expressions of the form <%= expression %>
Scriptlets of the form <% code %>
Declarations of the form <%! code %>
JSP directive
<%@ directive attribute="value" attribute2="value2" %>
JSP Comment
<%-- JSP Comment --%>