| Interface | Description |
|---|---|
| ObservationConstants |
Constants for event identifiers.
|
| WebConstants |
Constants for the Web plugin.
|
| Class | Description |
|---|---|
| CheckNotFrontAction |
Used to protect back-office only pipelines.
|
| CheckSiteConfigurationAction |
Check that a site's configuration is valid.
If not, the action can either redirect to the configuration screen or send a HTTP 503 error. |
| Init |
Web plugin init class
|
| SetSiteNameInRequestAttributeAction |
This action sets the site name from request parameter in request attribute
|
| SiteConfigurationInputModule |
Input module for getting site configuration values.
|
| URIPrefixHandler |
Component providing base paths for computing URIs.
|
| URIPrefixInputModule |
This input module gives access to various URI prefixes used for computing actual URIs depending on the rendering context (front, preview, back),
on the current path prefix (live/, preview/, ...) and other environment constraints.
|
| WebAuthenticateAction |
Special authentication process for web context and aware of front-offices.
|
| WebCurrentUserProvider |
This implementation try to find the current user in a request attribute before letting the AvalonCurrentUserProvider get it in session.
|
| WebHelper |
Helper for web
|