| Class | Description | 
|---|---|
| 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 
 | 
| SkinSourceFactory | 
 Resolve the protocol skin:// seekingg file in skins/{siteConfiguration:skin}/ 
 | 
| 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].xsl then skin://stylesheets/content/[cType]/[cType].xsl then defaults to DefaultContentView. | 
| WebViewSelector | 
 Web implementation of  
ViewSelector. | 
| Enum | Description | 
|---|---|
| ServiceSourceFactory.SourceType | 
 The enum of existing types of servicesources 
 |