org.apache.myfaces.extensions.cdi.core.impl.provider
Class DefaultServiceProviderContext<T>
java.lang.Object
org.apache.myfaces.extensions.cdi.core.impl.provider.DefaultServiceProviderContext<T>
- All Implemented Interfaces:
- ServiceProviderContext, EditableServiceProviderContext<T>
@Typed
public class DefaultServiceProviderContext<T>
- extends Object
- implements EditableServiceProviderContext<T>
Service-provider-context with additional features like support for
InvocationOrder
, dependency injection
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
deploymentFinished
protected boolean deploymentFinished
DefaultServiceProviderContext
public DefaultServiceProviderContext()
getClassLoader
public ClassLoader getClassLoader()
-
- Specified by:
getClassLoader
in interface ServiceProviderContext
postConstruct
public T postConstruct(T instance)
-
- Specified by:
postConstruct
in interface EditableServiceProviderContext<T>
filterService
public boolean filterService(Class<T> serviceClass)
-
- Specified by:
filterService
in interface EditableServiceProviderContext<T>
preInstallServices
public void preInstallServices(List<Class<?>> foundServiceClasses)
-
- Specified by:
preInstallServices
in interface EditableServiceProviderContext<T>
setDeploymentFinished
protected void setDeploymentFinished(boolean deploymentFinished)
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.