Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Struts1 ActionForm はシングルトンです。はいの場合、異なるリクエスト属性が Struts アプリケーションにどのように格納されているか
いいえ、ActionFormsシングルトンではありません。RequestProcessorリクエストを解析し、 new をインスタンス化ActionFormし、リクエスト情報を可能な限り入力してからオブジェクトに渡すコンポーネント ( ) がありActionます (はい、ActionsSingleton オブジェクトと考えることができます)。
ActionForms
RequestProcessor
ActionForm
Action
Actions