Action(1) - Struts package, NameSpace
1. Action
- 요청의 종류별로 개별처리하는 부분
- Action클래스 작성후 struts.xml에 등록 해야함
2. 패키지 설정
- 액션을 그룹으로 묶을수 있다
1) package
- name속성에 패키지 이름을 기술, 액션자식 요소를 기술함
2) namespace
- URL의 계층을 설정
- 예제는 루트 도메인, 임의 값을 설정가능하다
a. 예제
- 도메인 : foo.com
- 서블릿 루트 컨텍스트 :sample
- namespace : /dialog/greeting
- 액션 : hello
- url : http://foo.com/sample/dialog/greeting/hello
3) extends
- 기본 스트럿츠 패키지인 struts-default의 각종 설정을 상속
'Back-End > Struts2' 카테고리의 다른 글
[Struts2] Action(3) - Binding (0) | 2016.09.26 |
---|---|
[Struts2] Action(2) - Action Class (0) | 2016.09.25 |
[Struts2] 스트러츠2 - HelloWorld (0) | 2016.09.25 |
[Struts2] Struts2 config file(스트러츠2설정파일) (0) | 2016.09.20 |
[Struts2] Struts2 구성 (0) | 2016.09.20 |