Uses of Class
jp.ecuacion.lib.core.util.PropertyFileUtil.Arg
Packages that use PropertyFileUtil.Arg
Package
Description
Provides Exceptions.
Provides utilities used in wide situations.
-
Uses of PropertyFileUtil.Arg in jp.ecuacion.lib.core.exception.checked
Methods in jp.ecuacion.lib.core.exception.checked that return PropertyFileUtil.ArgConstructors in jp.ecuacion.lib.core.exception.checked with parameters of type PropertyFileUtil.ArgModifierConstructorDescriptionBizLogicAppException(String messageId, PropertyFileUtil.Arg[] messageArgs) Constructs a new instance withfields,messageIdandmessageArgs.BizLogicAppException(AppExceptionFields fields, String messageId, PropertyFileUtil.Arg[] messageArgs) Constructs a new instance withfields,messageIdandmessageArgs. -
Uses of PropertyFileUtil.Arg in jp.ecuacion.lib.core.util
Methods in jp.ecuacion.lib.core.util that return PropertyFileUtil.ArgModifier and TypeMethodDescriptionPropertyFileUtil.Arg.getMessageArgs()static PropertyFileUtil.ArgPropertyFileUtil.Arg.message(String messageId, PropertyFileUtil.Arg... messageArgs) Constructs a new instance of messageId and messageArgs.static PropertyFileUtil.ArgConstructs a new instance of normal string.static PropertyFileUtil.Arg[]Constructs an array of new instances of normal string.Methods in jp.ecuacion.lib.core.util with parameters of type PropertyFileUtil.ArgModifier and TypeMethodDescriptionstatic StringPropertyFileUtil.getMessage(String key, PropertyFileUtil.Arg[] args) Returns the value of default locale in messages_xxx.properties.static StringPropertyFileUtil.getMessage(Locale locale, String key, PropertyFileUtil.Arg[] args) Returns the localized value in messages_xxx.properties.static StringPropertyFileUtil.getMsg(String key, PropertyFileUtil.Arg[] args) Returns the value of default locale in messages_xxx.properties.static StringPropertyFileUtil.getMsg(Locale locale, String key, PropertyFileUtil.Arg[] args) Returns the localized value in messages_xxx.properties.static PropertyFileUtil.ArgPropertyFileUtil.Arg.message(String messageId, PropertyFileUtil.Arg... messageArgs) Constructs a new instance of messageId and messageArgs.