org.apache.tapestry.services.impl
Class InjectedValueProviderFactory
java.lang.Object
org.apache.tapestry.services.impl.InjectedValueProviderFactory
- All Implemented Interfaces:
- org.apache.hivemind.ServiceImplementationFactory
public class InjectedValueProviderFactory
- extends Object
- implements org.apache.hivemind.ServiceImplementationFactory
A special-purpose factory for constructing the
InjectedValueProvider
service (which needs access to a
Module
which is normally not visible.
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InjectedValueProviderFactory
public InjectedValueProviderFactory()
createCoreServiceImplementation
public Object createCoreServiceImplementation(org.apache.hivemind.ServiceImplementationFactoryParameters parameters)
- Specified by:
createCoreServiceImplementation
in interface org.apache.hivemind.ServiceImplementationFactory
setObjectTranslator
public void setObjectTranslator(org.apache.hivemind.schema.Translator objectTranslator)
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.