JSTL Core :: forTokens 태그 각각의 데이터를 구별 할 수 있는 구분자로 나눠진 데이터 속성 Name Dynamic Decription Type Required var false Name of the exported scoped variable for the current item of the iteration. This scoped variable has nested visibility. String No items true String of tokens to iterate over. String No delims true The set of delimiters (the characters that separate the tokens in the string). String No var..
JSTL Core - forEach tag 는 body 내용을 items 속성에 정의된 Collection Object 의 데이터 숫자 만큼 반복적으로 처리하는 방법이다. items 속성에 사용 가능한 Object에 대해서는 아래의 열거해 놓았다. Collection type의 Object에 대해서 사용이 가능하다. Syntax Syntax 1: Iterate over a collection of objects body content Syntax 2: Iterate a fixed number of times body content 속성 Name Dynamic Decription Type Required var false Name of the exported scoped variable for the cu..
JSTL Core - Choose tag 여러 조건중에 해당하는 조건에 맞는 처리를 할 수 있다. when 태그를 사용하여 현재의 조건에 부합하는지 여부를 확인하고, 최종적으로는 otherwise를 통해서 Default 처리를 할 수도 있다. 자바에에서는 CASE 와 같은 동작을 한다고 생각하면 이해하기 쉬울 것 같다. Syntax ... ... ... ... How to use Hello world! Body Content => Time is . I am on the bed. Body Content => Time is . I am ready to go the office. Body Content => The hour on the my office is . I am working. Body Content..
JSTL Core - if tag test attribute 에 condition 를 체크하여 c:if tag 의 body content 를 실행한다. Attributes Name Dynamic Decription Type Required test true The test condition that determines whether or not the body content should be processed. boolean Yes var false Name of the exported scoped variable for the resulting value of the test condition. The type of the scoped variable is Boolean. String No scope ..
JSTL Core - catch tag 페이지내에서 발생하는 에러에 대한 처리 방식이다. Attributes Name Dynamic Decription Type Required var false Name of the exported scoped variable for the exception thrown from a nested action. The type of the scoped variable is the type of the exception thrown. String No How to use Execption is thrown. This is fine to work. Description 는 페이지내에서 발생하는 에러를 핸들링 할 수 있으며, 발생한 에러에 대해서 복수의 작업을 진행할 수 있다...
JSTL Core - Remove tag Removes a scoped variable. Attributes Name Dynamic Decription Type Required var false Name of the scoped variable to be removed. String Yes scope false Scope for var. String No How to use Description The action removes a scoped variable.If attribute scope is not specified, the scoped variable is removed according to the semantics of PageContext.removeAttribute(varName). Re..
JSTL Core - set tag Sets the value of a scoped variable or a property of a target object. Attributes Name Dynamic Decription Type value true Expression to be evaluated. Object var false Name of the exported scoped variable to hold the value specified in the action. The type of the scoped variable is whatever type the value expression evaluates to. String scope false Scope for var. String target ..
JSTL Core - out tag Evaluates an expression and outputs the result of the evaluation to the current JspWriter object. Attributes Name Dynamic Decription Type Required value true Expression to be evaluated. Object Yes escapeXml true Determines whether characters ,&,’,” in the resulting string should be converted to their corresponding character entity codes. Default value is true. boolean No defa..
- Total
- Today
- Yesterday
- FOUND_ROW
- BufferedReader
- 라이브아카데미
- select
- InputStreamWriter
- 파일
- InputStreamReader
- java
- JSP
- Set
- remove
- reflection
- FileInputStream
- jstl
- BufferedWriter
- syntax
- choose
- foreach
- highlight.js
- 임시파일
- isDirectory
- forToken
- 소스코드
- catch
- Field
- file
- Rowcount
- 자바
- IF
- IO
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |