org.apache.myfaces.extensions.cdi.jsf.impl.util
Class WeldCache

java.lang.Object
  extended by org.apache.myfaces.extensions.cdi.jsf.impl.util.WeldCache

public class WeldCache
extends Object

This class is needed just for a workaround for a Weld v1.1.1 bug (see EXTCDI-191)

Author:
Gerhard Petracek

Constructor Summary
WeldCache()
           
 
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
 

Constructor Detail

WeldCache

public WeldCache()
Method Detail

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-2011 The Apache Software Foundation. All Rights Reserved.