|
© 2004 BEA Systems, Inc. | |||||||||
| 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.window.WindowPresentationContext
com.bea.netuix.servlets.controls.portlet.PortletPresentationContext
com.bea.netuix.servlets.controls.window.WebflowPresentationContext
Used to provide access to presentation-related attributes specific to the
WebflowPortlet in use. Typically used during portal rendering via look and feel skeleton files
(e.g. webflowportlet.jsp).
getWebflowPresentationContext(javax.servlet.http.HttpServletRequest),
Serialized Form| Field Summary |
| Fields inherited from class com.bea.netuix.servlets.controls.window.WindowPresentationContext |
CLASS_NAME |
| Fields inherited from class com.bea.netuix.servlets.controls.ControlContext |
debug |
| Method Summary | |
String |
getAltFooterUri()
Returns the alternate footer URI pertaining to the webflow contained within this WebflowPortlet. |
String |
getAltHeaderUri()
Returns the alternate header URI pertaining to the webflow contained within this WebflowPortlet. |
String |
getContentUri()
Returns the content URI to the webflow contained within this WebflowPortlet. |
String |
getCurrentContentUri()
Returns the current content URI to the webflow contained within this WebflowPortlet. |
Exception |
getException()
If the webflow inside the WebflowPortlet threw an exception, it can be retrieved with this method. |
String |
getFooterUri()
Returns the footer URI pertaining to the webflow contained within this WebflowPortlet. |
String |
getHeaderUri()
Returns the header URI pertaining to the webflow contained within this WebflowPortlet. |
String |
getLabel()
Returns the instance label for the given WebflowPortlet. |
String |
getWebflowName()
Returns the name of the webflow. |
static WebflowPresentationContext |
getWebflowPresentationContext(HttpServletRequest request)
This is a convenience method for returning a reference to the one and only WebflowPresentationContext for a given WebflowPortlet.
|
| Methods inherited from class com.bea.netuix.servlets.controls.portlet.PortletPresentationContext |
getInstanceLabel, getPagePresentationContext, getPortletPresentationContext, getPortletUri, getPreferences, isCapable, isDefaultMinimized |
| Methods inherited from class com.bea.netuix.servlets.controls.window.WindowPresentationContext |
getCapability, getContentPresentationClass, getContentPresentationContextChildren, getContentPresentationStyle, getDefinitionId, getDefinitionLabel, getInstanceId, getOrientation, getParentPagePresentationContext, getPreviousWindowMode, getThemePresentationContext, getTitle, getTitlebarPresentationContext, getWindowMode, getWindowPresentationContext, getWindowState, isPacked |
| 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 com.bea.netuix.servlets.controls.ControlContext |
getContextFromRequest, getContextFromRequest, getControl, getRequestKey, getUniqueId, removeContextFromRequest, setContextInRequest |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public String getAltFooterUri()
WebflowPortlet.
public String getAltHeaderUri()
WebflowPortlet.
public String getContentUri()
WebflowPortlet.
public String getCurrentContentUri()
WebflowPortlet.
public Exception getException()
WebflowPortlet threw an exception, it can be retrieved with this method.
public String getFooterUri()
WebflowPortlet.
public String getHeaderUri()
WebflowPortlet.
public String getLabel()
WebflowPortlet. This can be used to uniquely identify a
WebflowPortlet.
getLabel in class PortletPresentationContextWebflowPortletpublic String getWebflowName()
public static WebflowPresentationContext getWebflowPresentationContext(HttpServletRequest request)
WebflowPresentationContext for a given WebflowPortlet.
Note this method will only work if called from within a portal (e.g. webflowportlet.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
|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||