com.ibm.tivoli.maximo.report.birt.session

Class WebAppEnv

  • java.lang.Object
    • com.ibm.tivoli.maximo.report.birt.session.WebAppEnv


  • public class WebAppEnv
    extends java.lang.Object
    A class to be used to retrieve the Web Application environment values defined in the web.xml file for this application.
    • Constructor Summary

      Constructors 
      Constructor and Description
      WebAppEnv() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.lang.String getEnvEntryValue(java.lang.String envEntryName)
      Returns an environment entry value for the given environment entry.
      static boolean useAppServerSecurity()
      Returns whether the Web Application is enabled to use Application Server security or not.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WebAppEnv

        public WebAppEnv()
    • Method Detail

      • getEnvEntryValue

        public static java.lang.String getEnvEntryValue(java.lang.String envEntryName)
        Returns an environment entry value for the given environment entry. These entries are defined in the web.xml file of the Web application module.
        Parameters:
        envEntryName - an environment entry name
        Returns:
        an environment entry value for the given environment entry, if the entry exists otherwise null.
      • useAppServerSecurity

        public static boolean useAppServerSecurity()
        Returns whether the Web Application is enabled to use Application Server security or not.
        Returns:
        true, if the web application is enabled to use Application Server security, otherwise false.