Decision Center API

ilog.webui.dhtml
Class IlxWConfig

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

public class IlxWConfig
extends Object
implements ilog.webui.dhtml.IlxWConstants

Manages a set of static parameters for configuring the framework.


Field Summary
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.


Decision Center API

© Copyright IBM Corp. 1987, 2013