org.apache.pluto.portalImpl.core
Class DynamicTitleServiceImpl

java.lang.Object
  extended by org.apache.pluto.portalImpl.core.DynamicTitleServiceImpl

public class DynamicTitleServiceImpl
extends java.lang.Object


Constructor Summary
DynamicTitleServiceImpl()
           
 
Method Summary
 java.lang.String getDynamicTitle(PortletWindow window, HttpServletRequest request)
           
 void setDynamicTitle(PortletWindow window, HttpServletRequest request, java.lang.String dynamicTitle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicTitleServiceImpl

DynamicTitleServiceImpl()
Method Detail

setDynamicTitle

public void setDynamicTitle(PortletWindow window,
                            HttpServletRequest request,
                            java.lang.String dynamicTitle)

getDynamicTitle

public java.lang.String getDynamicTitle(PortletWindow window,
                                        HttpServletRequest request)