|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ComponentSpecification public interface HyphenatorBuilder
This is the interface used to retrieve a
Hyphenator for a given Locale.
An implementation has to be thread-safe.
| Method Summary | |
|---|---|
Hyphenator |
getHyphenator()
This method gets the Hyphenator for
the default locale. |
Hyphenator |
getHyphenator(Locale locale)
This method gets the Hyphenator for the given Locale. |
| Method Detail |
|---|
Hyphenator getHyphenator()
gets the Hyphenator for
the default locale.
Hyphenator.Hyphenator getHyphenator(Locale locale)
Hyphenator for the given Locale. If no
hyphenation-rules are available for the given Locale, a
Hyphenator for a more general Locale is build.
locale - is the Locale used to determine the hyphenation-rules
for the according country and region.
Hyphenator.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||