Package org.javlo.i18n
Class I18nMessage
- java.lang.Object
-
- org.javlo.i18n.I18nMessage
-
public class I18nMessage extends Object
- Author:
- pvandermaesen internationalisation of GenericMessage
-
-
Constructor Summary
Constructors Constructor Description I18nMessage(GenericMessage newMessage, javax.servlet.http.HttpServletRequest request)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getI18nMessage()
GenericMessage
getMessage()
String
toString()
-
-
-
Constructor Detail
-
I18nMessage
public I18nMessage(GenericMessage newMessage, javax.servlet.http.HttpServletRequest request) throws FileNotFoundException, IOException
- Throws:
FileNotFoundException
IOException
-
-
Method Detail
-
getMessage
public GenericMessage getMessage()
-
getI18nMessage
public String getI18nMessage()
-
-