@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() |
String |
paramNameRequiredForRemoveParam() |
String |
transformationVersion_1_1_0_JBPAPP_9314() |
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=18101,
value="Version 1.1.0 of the web subsystem had a bug meaning referencing virtual-server from connector is not supported. See https://issues.jboss.org/browse/JBPAPP-9314")
String transformationVersion_1_1_0_JBPAPP_9314()
@Message(id=18106,
value="Param-name and param-value are required to add parameter")
String paramNameAndParamValueRequiredForAddParam()
@Message(id=18107,
value="Param-name is required to remove parameter")
String paramNameRequiredForRemoveParam()
Copyright © 2015 JBoss by Red Hat. All rights reserved.