org.apache.myfaces.cdi.dependent
Class AbstractBeanStorage

java.lang.Object
  extended by org.apache.myfaces.cdi.dependent.AbstractBeanStorage
Direct Known Subclasses:
RequestDependentBeanStorage

public abstract class AbstractBeanStorage
extends Object


Constructor Summary
AbstractBeanStorage()
           
 
Method Summary
 void add(DependentBeanEntry dependentBeanEntry)
           
 void cleanup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractBeanStorage

public AbstractBeanStorage()
Method Detail

add

public void add(DependentBeanEntry dependentBeanEntry)

cleanup

@PreDestroy
public void cleanup()


Copyright © 2015 The Apache Software Foundation. All rights reserved.