com.ibm.tivoli.imi.controller

Class Messages

  • java.lang.Object
    • com.ibm.tivoli.imi.controller.Messages


  • public abstract class Messages
    extends java.lang.Object
    This class must be used by all JSP files to get message.properties values. It can also be used by Java classes, but only in two cases:
    1. When the phrase to be translated is not related to a Maximo message box (example: user IM states in DynamicIcon)
    2. When the phrase is related to a Maximo message box but will be used as a message parameter (example: IMException.Code)
    Ordinary Java classes must always use MessageKey and v710_01.msg file when the phrase to be translated is going to be used in a Maximo message box
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.lang.String getString(javax.servlet.http.HttpSession httpSession, java.lang.String key) 
      static java.lang.String getString(MXSession mxSession, java.lang.String key) 
      static void setResourceBundle(javax.servlet.http.HttpSession httpSession) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait