AbstractButtonPresentationContext
A basic implementation of AbstractButtonPresentationContext. Typically used during portal rendering via look and feel skeleton files (e.g. buttondelete.jsp).
Related Topics
ButtonPresentationContext.getButtonPresentationContext(HttpServletRequest)
Object
ControlContext
PresentationContext
AbstractButtonPresentationContext
ButtonPresentationContext
Serializable
Field Summary |
Fields from com.bea.netuix.servlets.controls.window. |
|
Fields from com.bea.netuix.servlets.controls. |
debug |
Constructor Summary |
Method Summary |
public static |
|
Methods from com.bea.netuix.servlets.controls.window. |
|
Methods from com.bea.netuix.servlets.controls. |
|
Methods from com.bea.netuix.servlets.controls. |
getContextFromRequest, getContextKey, getControl, getRequestKey, getUniqueId, removeContextFromRequest, setContextInRequest |
Methods from class java.lang. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
Method Detail |
public staticThis is a convenience method for returning a reference to the one and onlyButtonPresentationContext
getButtonPresentationContext(HttpServletRequest
request)
ButtonPresentationContext
for a given Button
.
Note this method will only work if called from within a portal (e.g. buttondelete.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.