org.jboss.cdi.tck.tests.context.dependent.transientreference
Class Util

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.dependent.transientreference.Util

public final class Util
extends Object


Field Summary
static String TYPE_CONSTRUCTOR
           
static String TYPE_INIT
           
static String TYPE_PRODUCER
           
 
Method Summary
static String buildOwnerId(Class<?> clazz, boolean isTransientReference, String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_CONSTRUCTOR

public static final String TYPE_CONSTRUCTOR
See Also:
Constant Field Values

TYPE_INIT

public static final String TYPE_INIT
See Also:
Constant Field Values

TYPE_PRODUCER

public static final String TYPE_PRODUCER
See Also:
Constant Field Values
Method Detail

buildOwnerId

public static String buildOwnerId(Class<?> clazz,
                                  boolean isTransientReference,
                                  String type)


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