본문 바로가기
728x90
728x90
SMALL

jstl21

[JSP][JSTL XML] <x:otherwise> 태그 다음에 오는 의 하위 태그이며 모든 이전 조건이 'false'로 평가된 경우에만 실행됩니다. Attributes 정의된 속성이 없습니다. Example Books Info: Padam History ZARA 100 Great Mistry NUHA 2000 Book is written by ZARA Book is written by NUHA Unknown author. Result Books Info: Book is written by ZARA 2021. 8. 6.
[JSP][JSTL XML] <x:if> 제공된 XPath 표현식이 부울로 'true'로 평가되는 경우 본문을 평가하는 XML 조건부 태그 Attributes Name Required Request-time Type Description select true false java.lang.String 본문 내용을 처리해야 하는지 여부를 알려주는 테스트 조건입니다. var false false java.lang.String 테스트 조건의 결과 값에 대해 내보낸 범위 변수의 이름입니다. 범위 변수의 유형은 부울입니다. scope false false java.lang.String var의 범위 Example Books Info: Padam History ZARA 100 Great Mistry NUHA 2000 Document has at least .. 2021. 8. 6.
[JSP][JSTL XML] <x:choose> 및 로 표시되는 상호 배타적인 조건부 연산에 대한 컨텍스트를 설정하는 간단한 조건부 태그 Attributes 정의된 속성이 없습니다. Example Books Info: Padam History ZARA 100 Great Mistry NUHA 2000 Book is written by ZARA Book is written by NUHA Unknown author. Result Books Info: Book is written by ZARA 2021. 7. 30.
[JSP][JSTL XML] <x:out> 와 비슷하지만 XPath 표현식용입니다. Attributes Name Required Request-time Type Description select true false java.lang.String 평가할 XPath 표현식입니다. escapeXml false true java.lang.String 결과 문자열의 문자 ,&,',"를 해당 문자 엔티티 코드로 변환해야 하는지 여부를 결정합니다. 기본값은 true입니다. Example Books Info: Padam History ZARA 100 Great Mistry NUHA 2000 The title of the first book is: The price of the second book: Result Books Info: The title of th.. 2021. 7. 30.
728x90
728x90
SMALL