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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionjakarta.servlet.ServletContextcreate(jakarta.servlet.http.HttpServletRequest request) 
- 
Constructor Details- 
TestServletContextCreatorpublic TestServletContextCreator()
 
- 
- 
Method Details- 
createpublic jakarta.servlet.ServletContext create(jakarta.servlet.http.HttpServletRequest request) - Specified by:
- createin interface- nablarch.fw.web.i18n.ServletContextCreator
 
 
-