public class WebScriptView
extends org.springframework.web.servlet.view.AbstractUrlBasedView
| Modifier and Type | Field and Description |
|---|---|
protected ServletAuthenticatorFactory |
authenticatorFactory |
protected ConfigService |
configService |
protected RuntimeContainer |
container |
protected static ServerProperties |
serverProperties
Host Server Configuration
|
| Constructor and Description |
|---|
WebScriptView(RuntimeContainer container,
ServletAuthenticatorFactory authenticatorFactory,
ConfigService configService)
WebScriptView constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
renderMergedOutputModel(Map model,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
static void |
setLanguageFromRequestHeader(javax.servlet.http.HttpServletRequest req)
Apply Client and Repository language locale based on the 'Accept-Language' request header
|
afterPropertiesSet, checkResource, getUrl, isUrlRequired, setUrl, toStringaddStaticAttribute, createMergedOutputModel, createRequestContext, createTemporaryOutputStream, exposeModelAsRequestAttributes, formatViewName, generatesDownloadContent, getAttributesMap, getBeanName, getContentType, getRequestContextAttribute, getRequestToExpose, getStaticAttributes, isExposePathVariables, prepareResponse, render, setAttributes, setAttributesCSV, setAttributesMap, setBeanName, setContentType, setExposeContextBeansAsAttributes, setExposedContextBeanNames, setExposePathVariables, setRequestContextAttribute, setResponseContentType, writeToResponsegetServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContextprotected RuntimeContainer container
protected ServletAuthenticatorFactory authenticatorFactory
protected ConfigService configService
protected static ServerProperties serverProperties
public WebScriptView(RuntimeContainer container, ServletAuthenticatorFactory authenticatorFactory, ConfigService configService)
container - WebScript RuntimeContainerauthenticatorFactory - Authenticator FactoryconfigService - Configuration Serviceprotected void renderMergedOutputModel(Map model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
renderMergedOutputModel in class org.springframework.web.servlet.view.AbstractViewExceptionpublic static void setLanguageFromRequestHeader(javax.servlet.http.HttpServletRequest req)
Copyright © 2005–2019 Alfresco Software. All rights reserved.