クラス ControllerServlet
java.lang.Object
org.springframework.context.support.ApplicationObjectSupport
org.springframework.web.context.support.WebApplicationObjectSupport
org.springframework.web.servlet.support.WebContentGenerator
org.springframework.web.servlet.mvc.AbstractController
org.wcardinal.controller.internal.ControllerServlet
- すべての実装されたインタフェース:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware,org.springframework.web.context.ServletContextAware,org.springframework.web.servlet.mvc.Controller
public class ControllerServlet
extends org.springframework.web.servlet.mvc.AbstractController
-
フィールドの概要
クラスから継承されたフィールド org.springframework.web.servlet.support.WebContentGenerator
HEADER_CACHE_CONTROL, METHOD_GET, METHOD_HEAD, METHOD_POST -
コンストラクタの概要
コンストラクタコンストラクタ説明ControllerServlet(org.springframework.context.ApplicationContext context, SortedMap<Integer, Collection<org.wcardinal.controller.internal.ControllerFactoryAndRoles>> countToFactoryAndRoles, WCardinalConfiguration configuration, Scheduler scheduler, String spath) -
メソッドの概要
修飾子とタイプメソッド説明getLocales(jakarta.servlet.http.HttpServletRequest req) handle(jakarta.servlet.http.HttpServletRequest req) voidhandle(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) handle(jakarta.servlet.http.HttpServletRequest req, String contentPath, String queryString, Map<String, String[]> parameterMap) protected org.springframework.web.servlet.ModelAndViewhandleRequestInternal(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) クラスから継承されたメソッド org.springframework.web.servlet.mvc.AbstractController
handleRequest, isSynchronizeOnSession, setSynchronizeOnSessionクラスから継承されたメソッド org.springframework.web.servlet.support.WebContentGenerator
applyCacheControl, applyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkRequest, getAllowHeader, getCacheControl, getCacheSeconds, getSupportedMethods, getVaryByRequestHeaders, isAlwaysMustRevalidate, isRequireSession, isUseCacheControlHeader, isUseCacheControlNoStore, isUseExpiresHeader, prepareResponse, preventCaching, setAlwaysMustRevalidate, setCacheControl, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseCacheControlNoStore, setUseExpiresHeader, setVaryByRequestHeadersクラスから継承されたメソッド org.springframework.web.context.support.WebApplicationObjectSupport
getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContextクラスから継承されたメソッド org.springframework.context.support.ApplicationObjectSupport
getApplicationContext, getMessageSourceAccessor, initApplicationContext, obtainApplicationContext, requiredContextClass, setApplicationContext
-
コンストラクタの詳細
-
ControllerServlet
public ControllerServlet(org.springframework.context.ApplicationContext context, SortedMap<Integer, Collection<org.wcardinal.controller.internal.ControllerFactoryAndRoles>> countToFactoryAndRoles, WCardinalConfiguration configuration, Scheduler scheduler, String spath)
-
-
メソッドの詳細
-
handleRequestInternal
protected org.springframework.web.servlet.ModelAndView handleRequestInternal(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws Exception - 定義:
handleRequestInternalクラス内org.springframework.web.servlet.mvc.AbstractController- 例外:
Exception
-
getLocales
-
handle
public void handle(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws jakarta.servlet.ServletException, IOException, InstantiationException, IllegalAccessException - 例外:
jakarta.servlet.ServletExceptionIOExceptionInstantiationExceptionIllegalAccessException
-
handle
public ControllerServletHandleResult handle(jakarta.servlet.http.HttpServletRequest req) throws com.fasterxml.jackson.core.JsonProcessingException - 例外:
com.fasterxml.jackson.core.JsonProcessingException
-
handle
public ControllerServletHandleResult handle(jakarta.servlet.http.HttpServletRequest req, String contentPath, String queryString, Map<String, String[]> parameterMap) throws com.fasterxml.jackson.core.JsonProcessingException- 例外:
com.fasterxml.jackson.core.JsonProcessingException
-