org.apache.myfaces.extensions.cdi.jsf.impl.util
Class WeldCache
java.lang.Object
org.apache.myfaces.extensions.cdi.jsf.impl.util.WeldCache
@Typed
public class WeldCache
- extends Object
This class is needed just for a workaround for a Weld v1.1.1 bug (see EXTCDI-191)
Method Summary |
static void |
resetBean()
resets the currently processed bean |
static void |
setBean(javax.enterprise.inject.spi.Bean<?> bean)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
setBean
public static void setBean(javax.enterprise.inject.spi.Bean<?> bean)
- Parameters:
bean
- currently active bean which can't be passed to the api
resetBean
public static void resetBean()
- resets the currently processed bean
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.