org.jboss.cdi.tck.tests.context.alterable
Class AbstractComponent

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.alterable.AbstractComponent
Direct Known Subclasses:
ApplicationScopedComponent, CustomScopedComponent, RequestScopedComponent

public abstract class AbstractComponent
extends Object


Constructor Summary
AbstractComponent()
           
 
Method Summary
 String getValue()
           
static boolean isDestroyed()
           
static void reset()
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractComponent

public AbstractComponent()
Method Detail

isDestroyed

public static boolean isDestroyed()

reset

public static void reset()

getValue

public String getValue()

setValue

public void setValue(String value)


Copyright © 2008-2012 Seam Framework. All Rights Reserved.