ButtonPresentationContext Class

com.bea.netuix.servlets.controls.window
ButtonPresentationContext Class

public class ButtonPresentationContext

    extends 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)


Hierarchy
Object
  ControlContext
    PresentationContext
      AbstractButtonPresentationContext
        ButtonPresentationContext
All Implemented Interfaces

Serializable

Field Summary

   
Fields from  com.bea.netuix.servlets.controls.window.AbstractButtonPresentationContext
CLASS_NAME
 
Fields from  com.bea.netuix.servlets.controls.ControlContext
debug
 

Constructor Summary

 

Method Summary

public static ButtonPresentationContext
getButtonPresentationContext(HttpServletRequest request)
This is a convenience method for returning a reference to the one and only ButtonPresentationContext for a given Button.
 
Methods from  com.bea.netuix.servlets.controls.window.AbstractButtonPresentationContext
getAbstractButtonPresentationContext, getAltText, getContextKey, getEvent, getEventParam, getImage, getImageSrc, getName, getRolloverImage, getRolloverImageSrc, getWindowLabel, isParentPortlet
 
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, getContextKey, getControl, getRequestKey, getUniqueId, removeContextFromRequest, setContextInRequest
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

 

Method Detail

getButtonPresentationContext(HttpServletRequest) Method

public static ButtonPresentationContext getButtonPresentationContext(HttpServletRequest request)
This is a convenience method for returning a reference to the one and only 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.

Parameters

request
The current HTTPServletRequest instance

Returns

A reference to the current ButtonPresentationContext, if any