ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • 액션 태그
    프로그래밍 언어/규격 2011. 8. 10. 14:21
    <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=".." />

Designed by Tistory.