org.apache.tapestry.services.impl
Class SymbolSourcesPropertySourceFactory

java.lang.Object
  extended byorg.apache.tapestry.services.impl.SymbolSourcesPropertySourceFactory
All Implemented Interfaces:
org.apache.hivemind.ServiceImplementationFactory

public class SymbolSourcesPropertySourceFactory
extends java.lang.Object
implements org.apache.hivemind.ServiceImplementationFactory

Used to create an service instance of SymbolSourcesPropertySource. This is because SSPS needs an instance of org.apache.hivemind.Module, and there's no way to do that with hivemind.BuilderFactory.

Since:
4.0
Author:
Howard Lewis Ship

Constructor Summary
SymbolSourcesPropertySourceFactory()
           
 
Method Summary
 java.lang.Object createCoreServiceImplementation(org.apache.hivemind.ServiceImplementationFactoryParameters parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SymbolSourcesPropertySourceFactory

public SymbolSourcesPropertySourceFactory()
Method Detail

createCoreServiceImplementation

public java.lang.Object createCoreServiceImplementation(org.apache.hivemind.ServiceImplementationFactoryParameters parameters)
Specified by:
createCoreServiceImplementation in interface org.apache.hivemind.ServiceImplementationFactory