Package org.ametys.web.source
package org.ametys.web.source
-
ClassDescriptionResolve the protocol model:// seeking file in models/This factory looks for files in the current skin and fallback in the current plugin dir.<br> Use: service://path_to_file<br> Will first loon in the current template in the <i>stylesheets/services/{pluginName}</i> sub-directory => skins/{skin}/templates/{template}/stylesheets/services/{pluginName}/path_to_file<br> If not found, then it will look in the skin of the current site in the sub-directory services/{pluginName} => skins/{skin}/services/{currentPluginName}/path_to_file<br> And if the file does not exist will search in plugin:{currentPluginName}://path_to_fileThe enum of existing types of servicesourcesA skin source is a path source that supports for inheritanceResolve the protocol skin:// seeking file in skins/{siteConfiguration:skin}/A validation object for time-stamps.Resolve the template:// protocol seeking file in skins/{siteConf:skin}/templates/{currentTemplate}/ or template:forcedvalue#defaultvalue://This implementation of a
ContentView
looks first in the directory skin://stylesheets/content/[cType]/[cType]-[view].[extension] then skin://stylesheets/content/[cType]/[cType].[extension] then defaults toDefaultContentView
.Web implementation ofViewSelector
.