Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- JavaScript
- Menu
- 전화걸기
- 국제화
- 어노테이션
- mybatis
- Android
- 예외처리
- Java
- Eclips
- 메서드
- JSP
- AWT
- 생성자
- 오버로딩
- Spring
- HTML
- 안드로이드
- 배열
- 이클립스
- oracle
- paint
- layout
- 클래스
- 에러페이지
- OGNL
- Graphic
- 메소드
- struts2
- 기본
Archives
- Today
- Total
목록인터셉터 (1)
note
struts-ch5.xml /ch4/hello.jsp struts.xml TimerInterceptor.javapackage com.ch5.interceptor; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import com.opensymphony.xwork2.ActionInvocation; import com.opensymphony.xwork2.interceptor.AbstractInterceptor; public class TimerInterceptor extends AbstractInterceptor{ private static Log log = LogFactory.getLog(TimerIn..
JSP/Struts2
2012. 2. 21. 17:44