struts 2.0 처리 프로 세 스

1. struts 2.0 의 처리 절 차 를 회고 합 니 다.
==>>>>       Action   
==>>>>web.xml 
===>>>>    
====>>>>org.apache.struts2.dispatcher.FilterDispatcher
===>>>  FilterDipatcher====>>>struts.xml  
===>>>> struts.xml     action   action
   ===    :         action          
   ===     :    struts    action  
<default-action-ref name="ccc"></default-action-ref>//     action struts2       action name   name   action
 <action name=”ccc” class=”com.redarmy.CAction”>
  <result name=”ok”>/ok.jsp</result>
  <result name=”input“>/login.jsp</result>
</action>

좋은 웹페이지 즐겨찾기