Class Msg
java.lang.Object
hudson.plugins.translation.Msg
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the localized messages for the current request locale.inthashCode()booleanIs this message already localized for the current request locale?
-
Field Details
-
resourceBundle
public final org.kohsuke.stapler.jelly.ResourceBundle resourceBundle -
key
-
-
Constructor Details
-
Msg
public Msg(org.kohsuke.stapler.jelly.InternationalizedStringExpression exp) -
Msg
-
-
Method Details
-
getBaseName
-
getEnglish
-
getLocalizedText
Gets the localized messages for the current request locale. -
isLocalized
public boolean isLocalized()Is this message already localized for the current request locale? -
equals
-
hashCode
-