|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.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
Maintains webflow presentation context.
Field Summary |
Fields inherited from class com.bea.netuix.servlets.controls.ControlContext |
debug |
Constructor Summary | |
protected |
WebflowPresentationContext(WebflowPortlet webflowPortlet)
Constructs a WebflowPresentationContext with the
given webflow portlet control. |
Method Summary | |
String |
getAltFooterUri()
Returns the alternative footer. |
String |
getAltHeaderUri()
Returns the alternative header. |
String |
getContentUri()
Returns the content URI. |
protected String |
getContextKey()
Returns the context key. |
String |
getCurrentContentUri()
Returns the current content URI. |
Exception |
getException()
Returns webflow exception. |
String |
getFooterUri()
Returns footer URI. |
String |
getHeaderUri()
Returns the header URI. |
String |
getLabel()
Implementation of the abstract WindowPresentationContext.getLable() method. |
String |
getWebflowName()
Returns the name of the webflow. |
static WebflowPresentationContext |
getWebflowPresentationContext(HttpServletRequest request)
Returns WebflowPresentationContext for this request. |
Methods inherited from class com.bea.netuix.servlets.controls.portlet.PortletPresentationContext |
getInstanceLabel, getPortletPresentationContext, getPortletUri, getPreferences, isDefaultMinimized |
Methods inherited from class com.bea.netuix.servlets.controls.window.WindowPresentationContext |
getContentPresentationClass, getContentPresentationContextChildren, getContentPresentationStyle, getDefinitionId, getDefinitionLabel, getInstanceId, getOrientation, getParentPagePresentationContext, getTitle, getWindowMode, getWindowPresentationContext, getWindowState, isCapable, isPacked |
Methods inherited from class com.bea.netuix.servlets.controls.PresentationContext |
getChildren, getChildren, getControlState, getFirstChild, getParsedProperties, getPresentationClass, getPresentationId, getPresentationStyle, getProperties, getProperty, getProperty, getPropertyAsBoolean, getPropertyAsInt, getResolvedLocale, getTagName, isVisible, render, setVisible |
Methods inherited from class com.bea.netuix.servlets.controls.ControlContext |
getContextFromRequest, getControl, getRequestKey, getUniqueId, removeContextFromRequest, setContextInRequest |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected WebflowPresentationContext(WebflowPortlet webflowPortlet)
Constructs a WebflowPresentationContext
with the
given webflow portlet control.
webflowPortlet
- portletMethod Detail |
public String getLabel()
getLabel
in class PortletPresentationContext
public String getContentUri()
Returns the content URI.
public String getCurrentContentUri()
Returns the current content URI.
public String getHeaderUri()
Returns the header URI.
public String getFooterUri()
Returns footer URI.
public Exception getException()
Returns webflow exception.
public String getWebflowName()
Returns the name of the webflow.
public String getAltHeaderUri()
Returns the alternative header.
public String getAltFooterUri()
Returns the alternative footer.
public static WebflowPresentationContext getWebflowPresentationContext(HttpServletRequest request)
Returns WebflowPresentationContext
for this request.
request
- request
protected String getContextKey()
Returns the context key.
getContextKey
in class PortletPresentationContext
|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |