Class ContentViewSourceFactory

java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.ametys.cms.source.ContentViewSourceFactory
All Implemented Interfaces:
Component, Contextualizable, LogEnabled, Serviceable, SourceFactory

This factory looks for files in the current skin and fallback in the current plugin dir. Use: content-view:[view]://path_to_file Will first look in the skin of the current site in the sub-directory stylesheet/{contenttype} => skins/{skin}/stylesheets/{contenttype}/path_to_file And if the file does not exist will search in plugin:{currentPluginName}://path_to_file