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.
私はTomcatを使用していて、JSPコンテンツを含む文字列を持っています。そして、HttpServletResponseがHTML出力を意味するようにしようとしています。通常、JSPを呼び出すと、WebContainerがそれをサーブレットに変換して出力を生成します。
しかし、私はファイルとしてのJSPを持っておらず、JSPのコンテンツを含む文字列だけを持っています。ストリームを配置して処理できるクラスまたはファクトリはありますか?
期待してくれてありがとう
いいえ。これに対する解決策はすぐにはありません。
しかし、あなたはこれを試すことができます:
/tmp/jspstring.jsp
getServletContext().getRealPath("/tmp/jspstring.jsp")
RequestDispatcher