Struts訪問servletAPI方式

2022-04-02 07:43:36 字數 583 閱讀 1175

1.原理

2. 通過actioncontext

3. 通過servletactioncontext獲取原生的servlet域

其原理也是通過獲取actioncontext,然後獲取request。

servletactioncontext中的方法:

actioncontext裡面的方法(使用threadlocal實現資料隔離)

public

class actioncontext implements

serializable

}

private mapcontext;    

public

object get(string key)

4.通過實現介面方式

struts 和servlet的關係

可以說struts2本質還是乙個servlet 在s1中用於整體控制的是乙個servlet s2中是乙個filter,其實也可把它看作是servlet 只是對servlet進一步的封裝罷了 打個比方 做web專案,好比建房子。servlet好比木材,用一根根的木材搭,也可蓋起房子,只是速度慢而已 而...

struts 和servlet的關係

可以說struts2本質還是乙個servlet 在s1中用於整體控制的是乙個servlet s2中是乙個filter,其實也可把它看作是servlet 只是對servlet進一步的封裝罷了 打個比方 做web專案,好比建房子。servlet好比木材,用一根根的木材搭,也可蓋起房子,只是速度慢而已 而...

訪問servlet出現404

根據課件寫了個顯示helloworld的servlet,run on server後顯示404.訪問路徑 http localhost 8080 servlettrain 檢查標註和xml寫法 webservlet helloworld url pattern sethelloworld 把路徑寫上...