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.
インテントフィルターについて混乱しています。アクションとカテゴリの違いを誰かに説明してもらえますか?
ACTION: Intent が実行したいアクション、VIEW、PICK などを定義します。
CATEGORY: Intent に関連付けられたカテゴリを指します。
複数のページ要素と複数のレコードを持つページを作成する JSP を使用して Web アプリケーションを開発しました。その中のコンテンツをExcelファイルにエクスポートしたかったのです。
コードを使用しました
response.setContentType("application/vnd.ms-excel");