org.apache.cocoon.portal.pluto
Class DynamicTitleServiceImpl

java.lang.Object
  extended by org.apache.cocoon.portal.pluto.DynamicTitleServiceImpl
All Implemented Interfaces:
org.apache.pluto.services.ContainerService, org.apache.pluto.services.title.DynamicTitleService

public class DynamicTitleServiceImpl
extends Object
implements org.apache.pluto.services.title.DynamicTitleService

Our own dynamic title service

Version:
CVS $Id: DynamicTitleServiceImpl.java 433543 2006-08-22 06:22:54Z crossley $
Author:
Carsten Ziegeler

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

Constructor Detail

DynamicTitleServiceImpl

public DynamicTitleServiceImpl()
Method Detail

setDynamicTitle

public void setDynamicTitle(org.apache.pluto.om.window.PortletWindow window,
                            HttpServletRequest request,
                            String dynamicTitle)
Specified by:
setDynamicTitle in interface org.apache.pluto.services.title.DynamicTitleService


Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.