Skip to content

Instantly share code, notes, and snippets.

@zbigniewTomczak
Last active December 13, 2015 21:28
Show Gist options
  • Save zbigniewTomczak/4977141 to your computer and use it in GitHub Desktop.
Save zbigniewTomczak/4977141 to your computer and use it in GitHub Desktop.

Scriptlet:

<% %>

Expression:

<%= %>

Page wide declarations:

<%! %>

Comments:

<%-- -->

Page wide attributes:

<%@page >

|Defaults:|

|attribute = language="java"| |session="true"| |contentType=text/html;| |charset="ISO-8859-1"| |import="package(s)" | |buffer="8kb"| |autoflush="true" | |isThreadSafe="true"| |info="text_string" | |errorPage="relativeURL"| |isErrorpage="true" | |extends="class_name"| |isELIgnored=| |isScriptingEnabled=| |pageEncoding| |trimDirectiveWhitespaces="false"|

<%@taglib >
<%@include >

Objects:

object class
application javax.servlet.ServletContext
config javax.servlet.ServletConfig
out javax.servlet.jsp.JspWriter
exception java.lang.Throwable
pageContext javax.servlet.jsp.PageContext
request javax.servlet.HttpServletRequest
response javax.servlet.HttpServletResponse
session javax.servlet.http.HttpSession
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment