Interface | Description |
---|---|
ContentView |
Component responsible to lookup a
Source for a content view |
ViewSelector |
Provides an overridable mechanism for selecting a view (a XSL file in most cases).
|
Class | Description |
---|---|
ContentViewSourceFactory |
This factory looks for files in the current skin and fallback in the current plugin dir.
|
DefaultContentView |
Default implementation of a
ContentView
Will first look in directory context://WEB-INF/stylesheets/content/article/article-[view].xsl
And if the file does not exist will search in plugin:[currentPluginName]://stylesheets/content/article/article-[view].xsl |
DefaultViewSelector |
Default implementation of
ViewSelector . |
ViewSourceFactory |
This source factory defines an overridable way to retrieve resources (mainly XSL files).
|