public interface I18NProvider
Modifier and Type | Method and Description |
---|---|
I18NDictionary |
getDictionary(org.apache.sling.api.resource.ResourceResolver resolver)
Get the appropriate dictionary for the resource resolver.
|
I18NDictionary |
getDictionary(org.apache.sling.api.SlingHttpServletRequest request)
Get the appropriate dictionary for the request.
|
I18NDictionary getDictionary(org.apache.sling.api.SlingHttpServletRequest request)
request
- the current requestI18NDictionary getDictionary(org.apache.sling.api.resource.ResourceResolver resolver)
resolver
- the current resource resolverCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.