JSP Editor Code Templates
ag application.getAttribute("|")
ap application.putAttribute("|",)
ar application.removeAttribute("|")
cfgi config.getInitParameter("|")
jspf
jspg
jspi
jspp
jsps
jspu
oup out.print("|")
oupl out.println("|")
pcg pageContext.getAttribute("|")
pcgn pageContext.getAttributeNamesInScope("|")
pcgs pageContext.getAttributesScope("|")
pcr pageContext.removeAttribute("|")
pcs pageContext.setAttribute("|",)
pg <%@page |%>
pga <%@page autoFlush="false"%>
pgb <%@page buffer="|kb"%>
pgc <%@page contentType="|"%>
pgerr <%@page errorPage="|"%>
pgex <%@page extends="|"%>
pgie <%@page isErrorPage="true"%>
pgim <%@page import="|"%>
pgin <%@page info="|"%>
pgit <%@page isThreadSafe="false"%>
pgl <%@page language="java"%>
pgs <%@page session="false"%>
rg request.getParameter("|")
sg session.getAttribute("|")
sp session.setAttribute("|", )
sr session.removeAttribute("|")
tglb <%@taglib uri="|"%>
No comments:
Post a Comment