public final class Msg extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
key |
org.kohsuke.stapler.jelly.ResourceBundle |
resourceBundle |
| Constructor and Description |
|---|
Msg(org.kohsuke.stapler.jelly.InternationalizedStringExpression exp) |
Msg(org.kohsuke.stapler.jelly.ResourceBundle resourceBundle,
String key) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBaseName() |
String |
getEnglish() |
String |
getLocalizedText()
Gets the localized messages for the current request locale.
|
int |
hashCode() |
boolean |
isLocalized()
Is this message already localized for the current request locale?
|
public final org.kohsuke.stapler.jelly.ResourceBundle resourceBundle
public final String key
public Msg(org.kohsuke.stapler.jelly.InternationalizedStringExpression exp)
public Msg(org.kohsuke.stapler.jelly.ResourceBundle resourceBundle,
String key)
public String getBaseName()
public String getEnglish()
public String getLocalizedText()
public boolean isLocalized()
Copyright © 2004-2016. All Rights Reserved.