| java.lang.Object org.apache.pluto.driver.services.container.PortalCallbackServiceImpl
Method Summary | |
public void | addResponseProperty(HttpServletRequest request, PortletWindow portletWindow, String property, String value) | public PortletURLProvider | getPortletURLProvider(HttpServletRequest request, PortletWindow portletWindow) | public Map | getRequestProperties(HttpServletRequest request, PortletWindow portletWindow) | public ResourceURLProvider | getResourceURLProvider(HttpServletRequest request, PortletWindow portletWindow) | public void | setResponseProperty(HttpServletRequest request, PortletWindow portletWindow, String property, String value) | public void | setTitle(HttpServletRequest request, PortletWindow portletWindow, String title) Method invoked by the container when the portlet sets its title. |
PortalCallbackServiceImpl | public PortalCallbackServiceImpl()(Code) | | Default no-arg constructor.
|
setTitle | public void setTitle(HttpServletRequest request, PortletWindow portletWindow, String title)(Code) | | Method invoked by the container when the portlet sets its title. This
method binds the dynamic portlet title to the servlet request for later
use.
|
|
|