org.apache.myfaces.extensions.cdi.core.impl.provider.spi
Interface EditableServiceProviderContext<T>

All Superinterfaces:
ServiceProviderContext
All Known Implementing Classes:
DefaultServiceProviderContext

@Typed
public interface EditableServiceProviderContext<T>
extends ServiceProviderContext

ServiceProviderContext which can be customized


Method Summary
 boolean filterService(Class<T> serviceClass)
           
 T postConstruct(T instance)
           
 void preInstallServices(List<Class<?>> foundServiceClasses)
           
 
Methods inherited from interface org.apache.myfaces.extensions.cdi.core.api.provider.ServiceProviderContext
getClassLoader
 

Method Detail

postConstruct

T postConstruct(T instance)

filterService

boolean filterService(Class<T> serviceClass)

preInstallServices

void preInstallServices(List<Class<?>> foundServiceClasses)


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.