ilog.views.faces.dhtml.renderkit
Class IlvFacesManager

java.lang.Object
  extended by ilog.views.faces.dhtml.renderkit.IlvFacesManager

public class IlvFacesManager
extends Object

The IlvFacesManager class is used by the JViews faces DHTML renderers to manage the uniqueness of the scripts loaded and also to manage the dependencies between the JViews components. The instance of manager must be unique per request and so should be stored in the request scope.

Since:
JViews 6.0

Constructor Summary
IlvFacesManager()
          Creates a new IlvFacesManager instance.
 
Method Summary
 IlvDependencyManager getDependencyManager()
          Returns the dependency manager associated with the manager.
 IlvRendererManager getRendererManager()
          Returns the renderer manager associated with the manager.
 IlvScriptManager getScriptManager()
          Returns the script manager associated with the manager.
 boolean isLockPropertiesHandlerSent()
          ilog.internal
 void setLockPropertiesHandlerSent(boolean lockPropertiesHandlerSent)
           
 void setRendererManager(IlvRendererManager rendererManager)
          Sets the renderer manager instance associated with the manager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IlvFacesManager

public IlvFacesManager()
Creates a new IlvFacesManager instance.

Method Detail

getDependencyManager

public IlvDependencyManager getDependencyManager()
Returns the dependency manager associated with the manager.

Returns:
The dependency manager.

getScriptManager

public IlvScriptManager getScriptManager()
Returns the script manager associated with the manager.

Returns:
The script manager.

isLockPropertiesHandlerSent

public boolean isLockPropertiesHandlerSent()
ilog.internal

Returns:
The lockPropertiesHandlerSent status.

setLockPropertiesHandlerSent

public void setLockPropertiesHandlerSent(boolean lockPropertiesHandlerSent)
Parameters:
lockPropertiesHandlerSent - The lockPropertiesHandlerSent status.
Internal method or field: do not use!
Internal method or field: do not use!

getRendererManager

public IlvRendererManager getRendererManager()
Returns the renderer manager associated with the manager.

Returns:
The renderer manager.
Since:
JViews 6.5

setRendererManager

public void setRendererManager(IlvRendererManager rendererManager)
Sets the renderer manager instance associated with the manager.

Parameters:
rendererManager -
Since:
JViews 6.5


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.