ilog.webui.dhtml

Class IlxWConfig

  • java.lang.Object
    • ilog.webui.dhtml.IlxWConfig
  • All Implemented Interfaces:
    ilog.webui.dhtml.IlxWConstants


    public class IlxWConfig
    extends java.lang.Object
    implements ilog.webui.dhtml.IlxWConstants
    Manages a set of static parameters for configuring the framework.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static boolean allChildrenTransient 
      static boolean noHeader
      Prevents the port from printing headers in its initResponse method.
      static boolean noSessionAttributes
      Must be set to true in platforms such as WebSphere portal (at least 4.x), since the session of a portlet is not the same as the one given in the IlxWController.service method.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • allChildrenTransient

        public static boolean allChildrenTransient
      • noSessionAttributes

        public static boolean noSessionAttributes
        Must be set to true in platforms such as WebSphere portal (at least 4.x), since the session of a portlet is not the same as the one given in the IlxWController.service method.

        The only way to store the session information (for example, the web component tree) outside the session is to store them in a singleton map, which is done when this flag is set to true.

      • noHeader

        public static boolean noHeader
        Prevents the port from printing headers in its initResponse method.

© Copyright IBM Corp. 1987, 2015