Package org.jboss.as.web
Class WebMessages_$bundle
- java.lang.Object
-
- org.jboss.as.web.WebMessages_$bundle
-
- All Implemented Interfaces:
Serializable,WebMessages
@Generated(value="org.jboss.logging.processor.generator.model.MessageBundleImplementor", date="2022-08-05T13:51:00-0500") public class WebMessages_$bundle extends Object implements WebMessages, Serializable
Warning this class consists of generated code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static WebMessages_$bundleINSTANCE-
Fields inherited from interface org.jboss.as.web.WebMessages
MESSAGES
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWebMessages_$bundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LocalegetLoggingLocale()StringnameAndValueRequiredForAddMimeMapping()protected StringnameAndValueRequiredForAddMimeMapping$str()StringnoWelcomeWebappWithDefaultWebModule()protected StringnoWelcomeWebappWithDefaultWebModule$str()StringparamNameAndParamValueRequiredForAddParam()protected StringparamNameAndParamValueRequiredForAddParam$str()protected ObjectreadResolve()
-
-
-
Field Detail
-
INSTANCE
public static final WebMessages_$bundle INSTANCE
-
-
Method Detail
-
readResolve
protected Object readResolve()
-
getLoggingLocale
protected Locale getLoggingLocale()
-
nameAndValueRequiredForAddMimeMapping$str
protected String nameAndValueRequiredForAddMimeMapping$str()
-
nameAndValueRequiredForAddMimeMapping
public final String nameAndValueRequiredForAddMimeMapping()
- Specified by:
nameAndValueRequiredForAddMimeMappingin interfaceWebMessages
-
noWelcomeWebappWithDefaultWebModule$str
protected String noWelcomeWebappWithDefaultWebModule$str()
-
noWelcomeWebappWithDefaultWebModule
public final String noWelcomeWebappWithDefaultWebModule()
- Specified by:
noWelcomeWebappWithDefaultWebModulein interfaceWebMessages
-
paramNameAndParamValueRequiredForAddParam$str
protected String paramNameAndParamValueRequiredForAddParam$str()
-
paramNameAndParamValueRequiredForAddParam
public final String paramNameAndParamValueRequiredForAddParam()
- Specified by:
paramNameAndParamValueRequiredForAddParamin interfaceWebMessages
-
-