Package org.joinfaces
Class SpiUtils
java.lang.Object
org.joinfaces.SpiUtils
- 
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<Resource>getFaceletConfigs(ResourcePatternResolver resourcePatternResolver) static Collection<Resource>getFacesConfigs(ResourcePatternResolver resourcePatternResolver)  
- 
Method Details
- 
getFacesConfigs
public static Collection<Resource> getFacesConfigs(ResourcePatternResolver resourcePatternResolver) throws IOException - Throws:
 IOException
 - 
getFaceletConfigs
public static Collection<Resource> getFaceletConfigs(ResourcePatternResolver resourcePatternResolver) throws IOException - Throws:
 IOException
 
 -