Class ProjectManagementLocalizer
java.lang.Object
de.xima.cmn.i18n.ResourceBundleLocalizer
de.xima.fc.project.mgmt.internal.i18n.ProjectManagementLocalizer
- All Implemented Interfaces:
de.xima.cmn.i18n.ILocalizer
@ApplicationScoped
public class ProjectManagementLocalizer
extends de.xima.cmn.i18n.ResourceBundleLocalizer
implements de.xima.cmn.i18n.ILocalizer
- Since:
- 03.12.25
- Author:
- Norman Lorenz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ProjectManagementLocalizerGets the singleton instance of the ProjectLocalizer using CDI.Methods inherited from class de.xima.cmn.i18n.ResourceBundleLocalizer
getLocalizedStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.xima.cmn.i18n.ILocalizer
getLocalizedString
-
Constructor Details
-
ProjectManagementLocalizer
public ProjectManagementLocalizer()
-
-
Method Details
-
getInstance
Gets the singleton instance of the ProjectLocalizer using CDI.- Returns:
- The ProjectLocalizer instance.
-