All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nablarch.fw.web.i18n.ServletContextCreator Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
package nablarch.fw.web.i18n;

import javax.servlet.ServletContext;
import javax.servlet.http.HttpServletRequest;

/**
 * サーブレットコンテキストの生成を行うインタフェース。
 * 
 * @author Naoki Yamamoto
 */
public interface ServletContextCreator {

    /**
     * サーブレットコンテキストを生成する。
     * 
     * @param request リクエスト
     * @return サーブレットコンテキスト
     */
    ServletContext create(HttpServletRequest request);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy