Package org.apache.sling.cms.readability
Interface ReadabilityServiceFactory
public interface ReadabilityServiceFactory
A service factory for retrieving ReadabilityService instances based on a
locale
-
Method Summary
Modifier and TypeMethodDescriptiongetReadabilityService(Locale locale) Get the ReadabilityService instance for the specified locale
-
Method Details
-
getReadabilityService
Get the ReadabilityService instance for the specified locale- Parameters:
locale- the locale for which to find the ReadabilityService- Returns:
- the ReadabilityService or null
-