|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DynamicTitleService
The interfaces defined in this package represent an abstract object model (OM) that is applicable for different implementations.
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.
Method Summary | |
---|---|
void |
setDynamicTitle(PortletWindow window,
javax.servlet.http.HttpServletRequest request,
java.lang.String dynamicTitle)
Sets all properties of the given map to the portlet response. |
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |