Package nablarch.fw.web.i18n
Class TestServletContextCreator
java.lang.Object
nablarch.fw.web.i18n.TestServletContextCreator
- All Implemented Interfaces:
nablarch.fw.web.i18n.ServletContextCreator
public class TestServletContextCreator
extends Object
implements nablarch.fw.web.i18n.ServletContextCreator
ServletContextCreator
のテスト環境用実装クラス。明示的に生成したHTTPセッションからサーブレットコンテキストを生成する。
- Author:
- Naoki Yamamoto
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.servlet.ServletContext
create
(jakarta.servlet.http.HttpServletRequest request)
-
Constructor Details
-
TestServletContextCreator
public TestServletContextCreator()
-
-
Method Details
-
create
public jakarta.servlet.ServletContext create(jakarta.servlet.http.HttpServletRequest request) - Specified by:
create
in interfacenablarch.fw.web.i18n.ServletContextCreator
-