| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRuntimeContainer
Encapsulates a Container within which the Web Script Runtime executes.
|
class |
ExtensibilityContainer
A simple extensibility
Container for processing WebScripts. |
class |
PresentationContainer
Presentation (web tier) Web Script Container
|
| Modifier and Type | Field and Description |
|---|---|
protected RuntimeContainer |
AbstractRuntime.container
Component Dependencies
|
| Constructor and Description |
|---|
AbstractRuntime(RuntimeContainer container)
Construct
|
| Modifier and Type | Field and Description |
|---|---|
protected RuntimeContainer |
WebScriptPortlet.container |
| Modifier and Type | Field and Description |
|---|---|
protected RuntimeContainer |
WebScriptServlet.container |
| Constructor and Description |
|---|
WebScriptServletRuntime(RuntimeContainer container,
ServletAuthenticatorFactory authFactory,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
ServerProperties serverProperties)
Construct
|
| Modifier and Type | Field and Description |
|---|---|
protected RuntimeContainer |
WebScriptView.container |
protected RuntimeContainer |
WebScriptViewResolver.container |
| Modifier and Type | Method and Description |
|---|---|
void |
WebScriptViewResolver.setContainer(RuntimeContainer container)
Sets the container.
|
| Constructor and Description |
|---|
WebScriptView(RuntimeContainer container,
ServletAuthenticatorFactory authenticatorFactory,
ConfigService configService)
WebScriptView constructor
|
WebScriptViewRuntime(String url,
RuntimeContainer container,
ServletAuthenticatorFactory authFactory,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
ServerProperties serverProperties)
Construction
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.