All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
Class |
Description |
AvailabilityEnforcerRequestProcessor |
This RequestProcessor returns an HTTP 503 status code, with a proper readable message, when the site is not
available.
|
BlogView |
The view of a blog.
|
BlogViewController |
A controller for rendering a blog.
|
BluetteGalleryAdapter |
|
BootLogger |
We can't log to the real thing, since we first need to compute the path of the logging file.
|
BreadCrumbView |
|
BreadCrumbViewController |
|
CalendarDao |
|
CalendarView |
The view of a calendar.
|
CalendarViewController |
A controller for rendering a calendar.
|
ContainerView |
A generic container of other views.
|
ContainerViewController |
|
Content |
A piece of content to be used by something.
|
Content.Builder |
|
Content.Builder.CallBack |
|
ContentSupport |
A partial implementation of (@link Content}.
|
DebugProfiling |
|
DebugProfilingAspect |
|
DecoratedResourceFileSupport |
|
DecoratedResourceFileSystem |
|
DefaultBlogViewController |
A default implementation of the BlogViewController that is independent of the presentation technology.
|
DefaultBlogViewController.TagAndCount |
|
DefaultBreadCrumbViewController |
|
DefaultCalendarViewController |
|
DefaultCalendarViewController.Entry |
|
DefaultContainerViewController |
|
DefaultContentRequestProcessor |
|
DefaultGalleryViewController |
|
DefaultHtmlFragmentViewController |
|
DefaultHtmlTextWithTitleViewController |
|
DefaultHtmlTextWithTitleViewController.TextWithTitle |
|
DefaultLibraryRequestProcessor |
|
DefaultMediaRequestProcessor<ResponseType> |
|
DefaultMenuViewController |
|
DefaultNodeContainerViewController |
|
DefaultRedirectProcessor |
|
DefaultRenderContext |
|
DefaultRssFeedViewController |
|
DefaultSitemapViewController |
A default implementation of the SitemapViewController that is independent of the presentation technology.
|
DefaultSitemapViewController.Entry |
|
DefaultSiteViewController |
|
DelegateZipFileSystemsDiscoverer |
|
ExternalConfigurationServletContextListener |
A ServletContextListener that reads a configuration from a number of external sources and copy them to
the ServletContext as attributes.
|
FileSystemProvidersProvider |
|
FileTestHelper |
|
FilterSupport |
|
FolderDelegateExclusions |
|
GalleryAdapter |
|
GalleryAdapterSupport |
|
GalleryLoader |
Implementations of this interface are capable to load the list of items of the gallery from different formats.
|
GalleryLoaderSupport |
|
GalleryView |
|
GalleryViewController |
|
GalleryViewController.GalleryItem |
|
HeaderLanguageOverrideRequestProcessor |
|
HtmlFragmentView |
An HtmlFragmentView is a simple text.
|
HtmlFragmentViewController |
|
HtmlHolder |
|
HtmlTemplateBlogView |
An implementation of BlogView based on HTML templates.
|
HtmlTemplateBlogViewController |
|
HtmlTemplateBreadCrumbView |
|
HtmlTemplateCalendarView |
|
HtmlTemplateCalendarViewController |
|
HtmlTemplateContainerView |
|
HtmlTemplateGalleryView |
|
HtmlTemplateGalleryViewController |
|
HtmlTemplateHorizontalMenuView |
An HtmlTemplate implementation of MenuView , using an horizontal layout.
|
HtmlTemplateHtmlFragmentView |
The HtmlTemplateimplementation of ArticleView .
|
HtmlTemplateHtmlTextWithTitleView |
|
HtmlTemplateHtmlTextWithTitleViewController |
|
HtmlTemplateNodeContainerView |
|
HtmlTemplateNodeContainerView_2 |
|
HtmlTemplateRssFeedView |
|
HtmlTemplateSitemapView |
An implementation of SitemapView based on HTML templates.
|
HtmlTemplateSitemapViewController |
|
HtmlTemplateVerticalMenuView |
An HtmlTemplate implementation of MenuView , using an horizontal layout.
|
HtmlTextWithTitleView |
An HtmlTextWithTitleView is a sequence of simple texts with their optional titles.
|
HtmlTextWithTitleViewController |
|
HttpStatusException |
An exceptional response representing a situation that should be reported to the client with a specific HTTP status
code.
|
InitializationDiagnosticsDispatcherServletDecorator |
A decorator for a HttpServlet that returns an error diagnostic page when there are problems during the boot.
|
LayeredFileSystemProvider |
|
LayeredResourceFileSystem |
|
Layout |
A Layout contains the description of the visual structure of a SiteNode .
|
Layout.Builder |
|
Layout.Builder.CallBack |
|
LayoutFinder |
A specialization of Finder for Layout .
|
LinkPostProcessor |
|
LocalCopyFileSystemProvider |
A provider for the ResourceFileSystemProvider that clones a source provider into a local
ResourceFileSystemProvider for performance purposes...
|
LocalFileSystemProvider |
|
Media |
A Media item is a document that is served as-is, without any processing.
|
Media.Builder |
|
Media.Builder.CallBack |
|
MediaMetadataProvider |
Implementations of this interface provide metadata for media rendering.
|
MediaMetadataXsltAdapter |
|
MediaSupport |
A DefaultMedia item is a document that is served as-is, without any processing.
|
MenuView |
A menu component with clickable links.
|
MenuViewController |
|
MimeTypeResolver |
A facility for resolving the MIME type of a file.
|
ModelFactory |
A factory for creating domain objects.
|
ModelFactorySupport |
|
NodeContainerView |
The container of a "screen" of the application, mapped to a SiteNode.
|
NodeContainerViewController |
|
NodeViewRenderer<T> |
A Layout visitor that renders everything for the given layout.
|
NorthernWindContextLoaderListener |
A decorator for the Spring ContextLoaderListener that takes care of Spring configuration and handles
initialization errors.
|
NorthernWindResponseHeaderFilter |
|
ParameterLanguageOverrideLinkPostProcessor |
|
ParameterLanguageOverrideRequestProcessor |
|
ProcessExecutor |
A helper class for launching an external process and handling its output.
|
ProcessExecutor.ConsoleOutput |
A container of the console output of the process.
|
ProcessExecutorException |
An exception thrown when an external process terminated with a non-zero exit code.
|
Properties |
|
RenderContext |
|
Request |
An object representing an incoming request.
|
RequestContext |
The context for a Request provides access to some items that are only available during the processing of
the request.
|
RequestHolder |
|
RequestLocaleManager |
Manages the Locale -related stuff for elaborating the current request.
|
RequestProcessor |
Processing of a request also involves running through a pipeline of processors, each one implementing this interface.
|
RequestProcessor.Status |
|
RequestProfilerAspect |
|
RequestResettable |
The behaviour of an object that is bound to the request life-cycle and that must be reset at the beginning and at
the end.
|
Resource |
A resource is the basic entity of NorthernWind.
|
Resource.Builder |
|
Resource.Builder.CallBack |
|
ResourceFile |
|
ResourceFile.Finder |
|
ResourceFileFinderSupport |
|
ResourceFileSystem |
|
ResourceFileSystemChangedEvent |
|
ResourceFileSystemProvider |
|
ResourcePath |
This class encapsulate a path, that is a sequence of segments separated by a "/", and provides methods to manipulate
it.
|
ResourceProperties |
|
ResourceProperties.Builder |
|
ResourceProperties.Builder.CallBack |
|
ResourceProperties.PropertyResolver |
|
ResourceSupport |
A partial implementation of (@link Resource}.
|
ResponseBuilder<RESPONSE_TYPE> |
A builder of a response.
|
ResponseBuilderSupport<RESPONSE_TYPE> |
|
ResponseHolder<RESPONSE_TYPE> |
This class holds a response object to be served.
|
RssFeedView |
|
RssFeedViewController |
|
ScmFileSystemProvider |
A ResourceFileSystemProvider based on a SCM.
|
ScmWorkingDirectory |
This interface defines the operations required for accessing a working directory of a repository.
|
ScmWorkingDirectorySupport |
|
Site |
The model for the container of the whole site, it contains a collection of Content s, Media items and
SiteNode s.
|
Site.Builder |
|
Site.Builder.CallBack |
|
SiteFinder<T> |
|
SitemapView |
|
SitemapViewController |
|
SiteNode |
A node of the site, mapped to a given URL.
|
SiteNodeSupport |
A partial implementation of (@link SiteNode}.
|
SiteProvider |
|
SiteResetterOnFileSystemChange |
A simple utility that forces a reset of the Site when a change in the
underlying file system is detected.
|
SiteView |
This class models a site of the site.
|
SiteViewController |
|
Slf4JJulBridgeInstallerServletContextListener |
Installs the Slf4J bridge for JUL.
|
SlideShowProPlayerGalleryLoader |
Specific for the format of SlideShowPro Player for Lightroom 1.9.8.5
|
SpringMvcResponseBuilder |
|
SpringMvcResponseHolder |
|
SpringMvcRestController |
|
SpringMvcSiteView |
The Spring MVC implementation of SiteView .
|
StatisticsCollector |
|
SystemConfigurationLoggerServletContextListener |
Dumps system properties at startup.
|
Tag |
A tag of the repository.
|
Template |
|
Template.Aggregate |
|
Template.Aggregates |
|
TextHolder |
|
ThreadNameChangerAspect |
|
UrlEncoding |
A wrapper around URLDecoder and URLEncoder so functional descriptors can be used.
|
ViewAndControllerLayoutBuilder |
A Layout visitor that instantiate views and controllers for a given Layout .
|
ViewController |
The common ancestor of all controllers of views.
|
ViewFactory |
A factory for Views.
|
ViewFactory.ViewAndController |
|
ViewMetadata |
An annotation to declare implementations of Views.
|
VirtualSiteNode |
|
XmlCalendarDao |
|
ZipFileSystemProvider |
|