org.apache.jetspeed.services.title
Class DynamicTitleServiceImpl

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

public class DynamicTitleServiceImpl
extends Object
implements DynamicTitleService


Constructor Summary
DynamicTitleServiceImpl()
           
 
Method Summary
static String createTitleKey(Locale locale, boolean languageOnly)
           
 String getDynamicTitle(org.apache.pluto.om.window.PortletWindow window, javax.servlet.http.HttpServletRequest request)
           
protected  String getTitleFromPortletDefinition(org.apache.pluto.om.window.PortletWindow window, javax.servlet.http.HttpServletRequest request)
           
protected  String getTitleFromPreference(org.apache.pluto.om.window.PortletWindow window, javax.servlet.http.HttpServletRequest request)
           
 void setDynamicTitle(org.apache.pluto.om.window.PortletWindow window, javax.servlet.http.HttpServletRequest request, String titleArg)
           
 
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,
                            javax.servlet.http.HttpServletRequest request,
                            String titleArg)
Specified by:
setDynamicTitle in interface org.apache.pluto.services.title.DynamicTitleService

getDynamicTitle

public String getDynamicTitle(org.apache.pluto.om.window.PortletWindow window,
                              javax.servlet.http.HttpServletRequest request)

getTitleFromPortletDefinition

protected final String getTitleFromPortletDefinition(org.apache.pluto.om.window.PortletWindow window,
                                                     javax.servlet.http.HttpServletRequest request)

getTitleFromPreference

protected final String getTitleFromPreference(org.apache.pluto.om.window.PortletWindow window,
                                              javax.servlet.http.HttpServletRequest request)

createTitleKey

public static String createTitleKey(Locale locale,
                                    boolean languageOnly)


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.