<c:url value=".."/>
<base href=".." />
<c:set .. />
변수 선언??
할당문??
.var
.value
.scope
<c:remove .. />
.var
.scope
<c:catch .. />
.var
<c:if test=".." />
<c:choose />
<c:when test=".." />
<c:otherwise />
<c:forEach .. />
.var
.begin
.end
.items
<c:forTokens .. />
.var
.varStatus
.count
.items
.delims
<c:out .. />
.value
.escapeXml
<fmt:formatNumber .. />
.value
.type
"number"|"currency"|"percent"
<fmt:formatDate .. />
.value
.type
"date"|"time"|"both"
.dateStyle
"default"|"short"|"medium"|"long"|"full"
.timeStyle
"default"|"short"|"medium"|"long"|"full"
<c:import .. />
.url
.var
<c:param name=".." value=".."/>
<c:redirect url=".." />