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.
アクション クラスに ID 要求パラメーターがあります。インターセプターがユーザーを認証するために、チェックのためにこの ID パラメーターをどのように読み取ることができるかをインターセプトされます。
ActionContextパラメータ マップの取得に使用します。
ActionContext
Map<String, Object> parameters = ActionContext.getContext().getParameters();