PREV CLASS NEXT CLASS
Tree SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.wps.portlet.menu
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.
Interface MenuContext
public interface MenuContextMenuContext provides the current PortletRequest and PortletResponse to a menu tree.
- Since:
- 5.0
- See Also:
- MenuTree, MenuProvider
Method Summary org.apache.jetspeed.portlet.PortletRequest getPortletRequest()
Deprecated. Returns instance of the current PortletRequestorg.apache.jetspeed.portlet.PortletResponse getPortletResponse()
Deprecated. Returns instance of the current PortletResponse
Method Detail getPortletRequest
org.apache.jetspeed.portlet.PortletRequest getPortletRequest()
- Deprecated.
- Returns instance of the current PortletRequest
- Returns:
- request object
getPortletResponse
org.apache.jetspeed.portlet.PortletResponse getPortletResponse()PREV CLASS NEXT CLASS
- Deprecated.
- Returns instance of the current PortletResponse
- Returns:
- response object
Tree SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD