| Class | Description |
|---|---|
| AbstractLoginController |
Superclass for login controller implementations, using the Template Method design pattern.
|
| AbstractWebFrameworkController |
Abstract Spring MVC Controller that produces Surf Views.
|
| AbstractWebFrameworkInterceptor |
Abstract web framework interceptor
|
| AbstractWebFrameworkView |
Abstract Spring MVC implementation of a view resolver for Surf.
|
| AbstractWebFrameworkViewResolver |
Abstract Spring MVC implementation of a view resolver for Surf.
|
| ComponentView |
Renders a component along with its chrome.
|
| ComponentViewResolver |
Resolves a URI into a component view.
|
| ErrorHandlerPageView |
Default view implementation for Surf system pages.
|
| FeedController |
Controller for feed requests.
|
| GeneratorController |
This controller has been added specifically to address the issue of WebScripts running in the Surf container not
being able to generate a binary response.
|
| LocaleResolver |
Alfresco specific extension of Spring AcceptHeaderLocaleResolver.
|
| LoginController |
Responds to Login POSTs to allow the user to authenticate to the application.
|
| LogoutController |
Listen for call from a client to log the user out from the current session.
|
| ObjectViewResolver |
Resolves a URI into an object view
|
| PageTypeViewResolver |
Resolver for web framework Page Type views
|
| PageView |
Default view implementation for Surf pages.
|
| PageViewResolver |
Resolver for web framework Page views
This allows for page ids to utilise uri templates by default.
|
| RegionView |
View implementation for a Surf page region.
|
| RegionViewResolver |
Resolves a URI into a region view.
|
| RemoteController |
Default Spring controller for processing Surf remote control calls.
|
| RequestContextInterceptor |
Interceptor responsible for creating the request context.
|
| ResourceController |
Overrides the
VirtualizedResourceController (which in itself overrides the WebScript
ResourceController to use the
DependencyHandler to process requests for resources that contain content based checksums. |
| SystemPageView |
Resolves a URI into a system page view.
|
| TemplateView |
Default view implementation for Surf templates
|
| ThemeInterceptor |
Web Framework Handler Interceptor to apply Theme to the currently executing context.
|
| UrlViewController |
Default URL View Controller - extends the Spring UrlFilenameViewController to
fix the issue where the view name from a URL is determined to be located up to
the last index of the "." character - but does not check for further URL elements.
|
| ViewResolverScriptUtil |
Script extension helper with utility methods to manipulate ViewResolver caches.
|
Copyright © 2005–2016 Alfresco Software. All rights reserved.