[JSP] Java Beans(자바빈)
Computer/IT/JSP 2006/10/01 18:39 |- /* 값을 저장하는 필드 */
- private String value;
- /* BeanClassName의 기본 생성자 */
- public BeanClassName() {
- }
- /* 필드의 값을 get Method */
- return value;
- }
- /* 필드의 값을 set Method */
- this.value = value;
- }
- }
자바빈 기본형
'Computer/IT > JSP' 카테고리의 다른 글
| [JSP] getParameter null pointer exception (0) | 2007/04/18 |
|---|---|
| [Servlet] Redirection! (0) | 2007/04/18 |
| [JSP] Java Beans(자바빈) (0) | 2006/10/01 |
| [JSP] URLEncoder (0) | 2006/09/30 |
| [JSP] page redirect (0) | 2006/09/30 |
| [JSP] request method list (0) | 2006/09/30 |

댓글을 달아 주세요