ModelSourceFactory |
Resolve the protocol model:// seeking file in models/
|
ServiceSourceFactory |
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_file
|
SkinSource |
A skin source is a path source that supports for inheritance
|
SkinSourceFactory |
Resolve the protocol skin:// seeking file in skins/{siteConfiguration:skin}/
|
SkinTimeStampValidity |
A validation object for time-stamps.
|
TemplateSourceFactory |
Resolve the template:// protocol seeking file in skins/{siteConf:skin}/templates/{currentTemplate}/
or template:forcedvalue#defaultvalue://
|
WebContentView |
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 to DefaultContentView .
|
WebViewSelector |
|