org.apache.pluto.portalImpl.core
Class DynamicTitleServiceFactoryImpl

java.lang.Object
  extended by org.apache.pluto.portalImpl.core.DynamicTitleServiceFactoryImpl
All Implemented Interfaces:
DynamicTitleServiceFactory

public class DynamicTitleServiceFactoryImpl
extends java.lang.Object
implements DynamicTitleServiceFactory


Constructor Summary
DynamicTitleServiceFactoryImpl()
           
 
Method Summary
 void destroy()
           
 DynamicTitleService getDynamicTitleService()
           
 void init(javax.servlet.ServletConfig config, java.util.Map properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicTitleServiceFactoryImpl

public DynamicTitleServiceFactoryImpl()
Method Detail

getDynamicTitleService

public DynamicTitleService getDynamicTitleService()
Specified by:
getDynamicTitleService in interface DynamicTitleServiceFactory

init

public void init(javax.servlet.ServletConfig config,
                 java.util.Map properties)
          throws java.lang.Exception
Throws:
java.lang.Exception

destroy

public void destroy()
             throws java.lang.Exception
Throws:
java.lang.Exception