@MessageBundle(projectCode="JBAS")
public interface WebMessages
| Modifier and Type | Field and Description |
|---|---|
static WebMessages |
MESSAGES
The messages
|
| Modifier and Type | Method and Description |
|---|---|
String |
nameAndValueRequiredForAddMimeMapping() |
String |
noWelcomeWebappWithDefaultWebModule() |
String |
paramNameAndParamValueRequiredForAddParam() |
static final WebMessages MESSAGES
@Message(id=18000,
value="Name and value are required to add mime mapping")
String nameAndValueRequiredForAddMimeMapping()
@Message(id=18011,
value="The welcome root can not be enabled on a host that has the default web module")
String noWelcomeWebappWithDefaultWebModule()
@Message(id=18106,
value="Param-name and param-value are required to add parameter")
String paramNameAndParamValueRequiredForAddParam()
Copyright © 2019 JBoss by Red Hat. All rights reserved.