Package org.jboss.as.web
Interface WebMessages
-
- All Known Implementing Classes:
WebMessages_$bundle
@MessageBundle(projectCode="JBAS") public interface WebMessagesThis module is using message IDs in the range 18000-18099 and 18200-18399. This file is using the subset 18000-18199 for non-logger messages. See http://community.jboss.org/docs/DOC-16810 for the full list of currently reserved JBAS message id blocks. Date: 05.11.2011- Author:
- James R. Perkins
-
-
Field Summary
Fields Modifier and Type Field Description static WebMessagesMESSAGESThe messages
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringnameAndValueRequiredForAddMimeMapping()StringnoWelcomeWebappWithDefaultWebModule()StringparamNameAndParamValueRequiredForAddParam()
-
-
-
Field Detail
-
MESSAGES
static final WebMessages MESSAGES
The messages
-
-
Method Detail
-
nameAndValueRequiredForAddMimeMapping
@Message(id=18000, value="Name and value are required to add mime mapping") String nameAndValueRequiredForAddMimeMapping()
-
noWelcomeWebappWithDefaultWebModule
@Message(id=18011, value="The welcome root can not be enabled on a host that has the default web module") String noWelcomeWebappWithDefaultWebModule()
-
paramNameAndParamValueRequiredForAddParam
@Message(id=18106, value="Param-name and param-value are required to add parameter") String paramNameAndParamValueRequiredForAddParam()
-
-