Package org.ametys.cms.source
package org.ametys.cms.source
-
ClassDescriptionComponent responsible to lookup a
Source
for a content viewThis factory looks for files in the current skin and fallback in the current plugin dir.Default implementation of aContentView
Will first look in directory context://WEB-INF/stylesheets/content/article/article-[view].[extension] And if the file does not exist will search in plugin:[currentPluginName]://stylesheets/content/article/article-[view].[extension]Default implementation ofViewSelector
.Provides an overridable mechanism for selecting a view (a XSL file in most cases).This source factory defines an overridable way to retrieve resources (mainly XSL files).