org.apache.tapestry.services.impl
Class SymbolSourcesPropertySourceFactory
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SymbolSourcesPropertySourceFactory
public SymbolSourcesPropertySourceFactory()
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.