TitlebarPresentationContext Class

com.bea.netuix.servlets.controls.window
TitlebarPresentationContext Class

public class TitlebarPresentationContext

    extends PresentationContext

Used to provide access to presentation-related attributes specific to the Titlebar in use. Typically used during portal rendering via look and feel skeleton files (e.g. titlebar.jsp).

Related Topics

TitlebarPresentationContext.getTitlebarPresentationContext(HttpServletRequest)


Hierarchy
Object
  ControlContext
    PresentationContext
      TitlebarPresentationContext
All Implemented Interfaces

Serializable

Field Summary

public static final String
CLASS_NAME
String
   
Fields from  com.bea.netuix.servlets.controls.ControlContext
debug
 

Constructor Summary

 

Method Summary

public String
getIconUrl()
The iconUrl attribute represents the content URI to the icon image for this particular Titlebar portal component.
public static TitlebarPresentationContext
getTitlebarPresentationContext(HttpServletRequest request)
This is a convenience method for returning a reference to the one and only TitlebarPresentationContext for a given Titlebar.
 
Methods from  com.bea.netuix.servlets.controls.PresentationContext
getChildren, getChildren, getFirstChild, getParsedProperties, getPresentationClass, getPresentationId, getPresentationStyle, getProperties, getProperty, getProperty, getPropertyAsBoolean, getPropertyAsInt, getResolvedLocale, getTagName, isVisible, setVisible
 
Methods from  com.bea.netuix.servlets.controls.ControlContext
getContextFromRequest, getControl, getRequestKey, getUniqueId, removeContextFromRequest, setContextInRequest
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Field Detail

CLASS_NAME

public static final String CLASS_NAME

 

Constructor Detail

 

Method Detail

getIconUrl() Method

public String getIconUrl()
The iconUrl attribute represents the content URI to the icon image for this particular Titlebar portal component.

Returns

the value of the iconUrl attribute for this Titlebar portal component, if any

getTitlebarPresentationContext(HttpServletRequest) Method

public static TitlebarPresentationContext getTitlebarPresentationContext(HttpServletRequest request)
This is a convenience method for returning a reference to the one and only TitlebarPresentationContext for a given Titlebar. Note this method will only work if called from within a portal (e.g. titlebar.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 TitlebarPresentationContext, if any