|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.netuix.servlets.controls.ControlContext
com.bea.netuix.servlets.controls.PresentationContext
com.bea.netuix.servlets.controls.application.FooterPresentationContext
public class FooterPresentationContext
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).
getFooterPresentationContext(javax.servlet.http.HttpServletRequest),
Serialized Form| Field Summary | |
|---|---|
protected static String |
CLASS_NAME
|
static String |
FOOTER_CONTEXT_KEY
Deprecated |
| Method Summary | |
|---|---|
static FooterPresentationContext |
getFooterPresentationContext(javax.servlet.http.HttpServletRequest request)
This is a convenience method for returning a reference to the optional FooterPresentationContext. |
| Methods inherited from class com.bea.netuix.servlets.controls.PresentationContext |
|---|
addCookie, addDateHeader, addHeader, addIntHeader, getAttributeRenderer, getChildren, getChildren, getFirstChild, getOrderedChildren, getParsedProperties, getPresentationClass, getPresentationId, getPresentationStyle, getProperties, getProperty, getProperty, getPropertyAsBoolean, getPropertyAsInt, getRenderFormat, getResolvedLocale, getTagName, isVisible, setCharacterEncoding, setContentType, setVisible |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final String CLASS_NAME
@Deprecated public static final String FOOTER_CONTEXT_KEY
| Method Detail |
|---|
public static FooterPresentationContext getFooterPresentationContext(javax.servlet.http.HttpServletRequest request)
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.
request - The current HTTPServletRequest instance
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||