Uses of Class
com.helger.commons.text.AbstractHasText
-
Packages that use AbstractHasText Package Description com.helger.commons.text com.helger.commons.text.resourcebundle -
-
Uses of AbstractHasText in com.helger.commons.text
Subclasses of AbstractHasText in com.helger.commons.text Modifier and Type Class Description classAbstractMapBasedMultilingualTextAMapbased implementation ofIMultilingualTextthat does also provide writing methods to the outside and is only to be used as a non-abstract base class.classAbstractReadOnlyMapBasedMultilingualTextAMapbased implementation ofIMultilingualTextthat does not provide writing methods to the outside and is only to be used as a non-abstract base class.classConstantHasTextAn implementation of theIHasTextinterface that always returns a constant string.classConstantHasTextWithArgsAn implementation of theIHasTextWithArgsinterface that always returns a constant string.classMultilingualTextThis class represents a multilingual text.classReadOnlyMultilingualTextThis class represents a multilingual text that cannot be altered after the constructor. -
Uses of AbstractHasText in com.helger.commons.text.resourcebundle
Subclasses of AbstractHasText in com.helger.commons.text.resourcebundle Modifier and Type Class Description classResourceBundleTextProviderThis class encapsulates the resource bundle handling.
-