1 16 19 20 package org.apache.pluto.portalImpl.core; 21 22 import org.apache.pluto.portalImpl.factory.DynamicTitleServiceFactory; 23 import org.apache.pluto.services.title.DynamicTitleService; 24 25 public class DynamicTitleServiceFactoryImpl implements DynamicTitleServiceFactory { 26 27 public DynamicTitleService getDynamicTitleService() 28 { 29 return new DynamicTitleServiceImpl(); 30 } 31 32 34 public void init(javax.servlet.ServletConfig config, java.util.Map properties) throws Exception  35 { 36 } 38 39 public void destroy() throws Exception  40 { 41 } 43 44 } 45 | Popular Tags |