public class SpringWebContext
extends org.thymeleaf.context.AbstractContext
implements org.thymeleaf.context.IWebContext
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static String |
BEANS_VARIABLE_NAME |
| コンストラクタと説明 |
|---|
SpringWebContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext servletContext,
Locale locale,
Map<String,?> variables,
org.springframework.context.ApplicationContext appctx)
Creates a new instance of a SpringWebContext.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
org.springframework.context.ApplicationContext |
getApplicationContext() |
javax.servlet.http.HttpServletRequest |
getRequest() |
javax.servlet.http.HttpServletResponse |
getResponse() |
javax.servlet.ServletContext |
getServletContext() |
javax.servlet.http.HttpSession |
getSession() |
clearVariables, containsVariable, getLocale, getVariable, getVariableNames, removeVariable, setLocale, setVariable, setVariablespublic SpringWebContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext servletContext,
Locale locale,
Map<String,?> variables,
org.springframework.context.ApplicationContext appctx)
Creates a new instance of a SpringWebContext.
request - the request objectresponse - the response objectservletContext - the servlet contextlocale - the localevariables - the variables to be included into the contextappctx - the Spring application contextpublic org.springframework.context.ApplicationContext getApplicationContext()
public javax.servlet.http.HttpServletRequest getRequest()
getRequest インタフェース内 org.thymeleaf.context.IWebContextpublic javax.servlet.http.HttpServletResponse getResponse()
getResponse インタフェース内 org.thymeleaf.context.IWebContextpublic javax.servlet.http.HttpSession getSession()
getSession インタフェース内 org.thymeleaf.context.IWebContextpublic javax.servlet.ServletContext getServletContext()
getServletContext インタフェース内 org.thymeleaf.context.IWebContextCopyright © 2017. All rights reserved.