Package org.ametys.web.resources
Class WebCssDependenciesList
- java.lang.Object
 - 
- org.ametys.runtime.plugin.component.AbstractLogEnabled
 - 
- org.ametys.plugins.core.ui.resources.css.CssDependenciesList
 - 
- org.ametys.web.resources.WebCssDependenciesList
 
 
 
 
- 
- All Implemented Interfaces:
 ResourceDependenciesList,LogEnabled,Serviceable
public class WebCssDependenciesList extends CssDependenciesList
Web implementation of the Css resource dependencies list component Allow /preview and /live URIs 
- 
- 
Field Summary
- 
Fields inherited from class org.ametys.plugins.core.ui.resources.css.CssDependenciesList
_requestAttributesHelper 
 - 
 
- 
Constructor Summary
Constructors Constructor Description WebCssDependenciesList() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<HashCache.UriData>getDependenciesList(String uri, Map<String,String> data)Get the list of dependencies- 
Methods inherited from class org.ametys.plugins.core.ui.resources.css.CssDependenciesList
getPriority, isSupported, service 
- 
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
WebCssDependenciesList
public WebCssDependenciesList()
 
 - 
 
- 
Method Detail
- 
getDependenciesList
public Set<HashCache.UriData> getDependenciesList(String uri, Map<String,String> data)
Description copied from interface:ResourceDependenciesListGet the list of dependencies- Specified by:
 getDependenciesListin interfaceResourceDependenciesList- Overrides:
 getDependenciesListin classCssDependenciesList- Parameters:
 uri- The input sourcedata- Additional data, specific per ResourceDependenciesList implementations- Returns:
 - The list of dependencies URIs
 
 
 - 
 
 -