© 2004 BEA Systems, Inc.

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

java.lang.Object
  extended bycom.bea.netuix.servlets.controls.ControlContext
      extended bycom.bea.netuix.servlets.controls.PresentationContext
          extended bycom.bea.netuix.servlets.controls.application.HeaderPresentationContext
All Implemented Interfaces:
Serializable

public class HeaderPresentationContext
extends PresentationContext

This class represents a portal header component. All presentation-related attributes of a header component are available from instances of this class. Such instances are typically used during portal rendering via look and feel skeleton files (e.g. header.jsp).

See Also:
getHeaderPresentationContext(javax.servlet.http.HttpServletRequest), Serialized Form

Method Summary
static HeaderPresentationContext getHeaderPresentationContext(HttpServletRequest request)
          This is a convenience method for returning a reference to the optional HeaderPresentationContext.
 
Methods inherited from class com.bea.netuix.servlets.controls.PresentationContext
getChildren, getChildren, getFirstChild, getParsedProperties, getPresentationClass, getPresentationId, getPresentationStyle, getProperties, getProperty, getProperty, getPropertyAsBoolean, getPropertyAsInt, getResolvedLocale, getTagName, isVisible, setVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHeaderPresentationContext

public static HeaderPresentationContext getHeaderPresentationContext(HttpServletRequest request)
This is a convenience method for returning a reference to the optional HeaderPresentationContext. Note this method will only work if called from within a portal (typically, from the header.jsp skeleton). This method may return null if called when no appropriate context exists, but such a context should safely exist when being fetched from the associated skeleton JSP during normal portal rendering.

Parameters:
request - The current HTTPServletRequest instance
Returns:
A reference to the current HeaderPresentationContext, if any

© 2004 BEA Systems, Inc.

Copyright © 2004 BEA Systems, Inc. All Rights Reserved