© 2003 BEA Systems, Inc.

com.bea.netuix.servlets.controls.application
Class DesktopPresentationContext

java.lang.Object
  |
  +--com.bea.netuix.servlets.controls.ControlContext
        |
        +--com.bea.netuix.servlets.controls.PresentationContext
              |
              +--com.bea.netuix.servlets.controls.application.DesktopPresentationContext
All Implemented Interfaces:
Serializable

public class DesktopPresentationContext
extends PresentationContext

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.bea.netuix.servlets.controls.ControlContext
debug
 
Constructor Summary
protected DesktopPresentationContext(Desktop desktop)
           
 
Method Summary
 BookPresentationContext getBookPresentationContext()
          Retrieve the main book (top level) presentation context.
static DesktopPresentationContext getDesktopPresentationContext(HttpServletRequest request)
           
 ShellPresentationContext getShellPresentationContext()
          Return a reference to the shell presentation context.
 
Methods inherited from class com.bea.netuix.servlets.controls.PresentationContext
getChildren, getChildren, getControlState, getFirstChild, getParsedProperties, getPresentationClass, getPresentationId, getPresentationStyle, getProperties, getProperty, getProperty, getPropertyAsBoolean, getPropertyAsInt, getResolvedLocale, getTagName, isVisible, render, setVisible
 
Methods inherited from class com.bea.netuix.servlets.controls.ControlContext
getContextFromRequest, getContextKey, getControl, getRequestKey, getUniqueId, removeContextFromRequest, setContextInRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DesktopPresentationContext

protected DesktopPresentationContext(Desktop desktop)
Method Detail

getDesktopPresentationContext

public static DesktopPresentationContext getDesktopPresentationContext(HttpServletRequest request)

getShellPresentationContext

public ShellPresentationContext getShellPresentationContext()
Return a reference to the shell presentation context.

Returns:
ShellPresentationContext otherwise null if none exist

getBookPresentationContext

public BookPresentationContext getBookPresentationContext()
Retrieve the main book (top level) presentation context.

Returns:
a reference to the main book presentation context otherwise null if none exist.

© 2003 BEA Systems, Inc.

Copyright © 2003 BEA Systems, Inc. All Rights Reserved