FooterPresentationContext Class

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

public class FooterPresentationContext

    extends PresentationContext

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

Related Topics

FooterPresentationContext.getFooterPresentationContext(HttpServletRequest)


Hierarchy
Object
  ControlContext
    PresentationContext
      FooterPresentationContext
All Implemented Interfaces

Serializable

Field Summary

protected static final String
CLASS_NAME
String
public static final String
FOOTER_CONTEXT_KEY
The key into the request that the context is stored.
   
Fields from  com.bea.netuix.servlets.controls.ControlContext
debug
 

Constructor Summary

 

Method Summary

public static FooterPresentationContext
getFooterPresentationContext(HttpServletRequest request)
This is a convenience method for returning a reference to the optional FooterPresentationContext.
 
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

protected static final String CLASS_NAME


FOOTER_CONTEXT_KEY

public static final String FOOTER_CONTEXT_KEY
The key into the request that the context is stored.

 

Constructor Detail

 

Method Detail

getFooterPresentationContext(HttpServletRequest) Method

public static FooterPresentationContext getFooterPresentationContext(HttpServletRequest request)
This is a convenience method for returning a reference to the optional FooterPresentationContext. Note this method will only work if called from within a portal (typically, from the footer.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 FooterPresentationContext, if any