public interface DynamicTitleService extends ContainerService
This abstraction layer helps to generalize the portlet container from special implementations like data storage and moreover it is not bound to a special implementation.
Modifier and Type | Method and Description |
---|---|
void |
setDynamicTitle(PortletWindow window,
javax.servlet.http.HttpServletRequest request,
java.lang.String dynamicTitle)
Sets all properties of the given map to the portlet response.
|
void setDynamicTitle(PortletWindow window, javax.servlet.http.HttpServletRequest request, java.lang.String dynamicTitle)
window
- the portlet windowdynamicTitle
- the string containing the dynamic title. NULL will reset the title to the default one.Copyright © 2003-2013 . All Rights Reserved.