org.apache.tapestry.services.impl
Class SymbolSourcesPropertySourceFactory

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

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

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

Since:
4.0
Author:
Howard Lewis Ship

Constructor Summary
SymbolSourcesPropertySourceFactory()
           
 
Method Summary
 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 Object createCoreServiceImplementation(org.apache.hivemind.ServiceImplementationFactoryParameters parameters)
Specified by:
createCoreServiceImplementation in interface org.apache.hivemind.ServiceImplementationFactory


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.