org.apache.webbeans.util
Class WebBeansConstants

java.lang.Object
  extended by org.apache.webbeans.util.WebBeansConstants

public final class WebBeansConstants
extends Object

Web beans related constants.

Version:
$Rev: 1363097 $ $Date: 2012-07-18 22:26:13 +0200 (Mi, 18 Jul 2012) $

Field Summary
static String[] OWB_INJECTABLE_RESOURCE_ANNOTATIONS
           
static String WEB_BEANS_MANAGER_JNDI_NAME
          JNDI name of the BeanManager instance
static String WEB_BEANS_XML_OWB_SPECIFIC_CLASS
           
static String WEB_BEANS_XML_OWB_SPECIFIC_STEREOTYPE
           
static String WEB_BEANS_XML_SPEC_SPECIFIC_ALTERNATIVES
           
static String WEB_BEANS_XML_SPEC_SPECIFIC_CLASS
           
static String WEB_BEANS_XML_SPEC_SPECIFIC_DECORATORS_ELEMENT
           
static String WEB_BEANS_XML_SPEC_SPECIFIC_INTERCEPTORS_ELEMENT
           
static String WEB_BEANS_XML_SPEC_SPECIFIC_STEREOTYPE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OWB_INJECTABLE_RESOURCE_ANNOTATIONS

public static final String[] OWB_INJECTABLE_RESOURCE_ANNOTATIONS

WEB_BEANS_XML_SPEC_SPECIFIC_INTERCEPTORS_ELEMENT

public static final String WEB_BEANS_XML_SPEC_SPECIFIC_INTERCEPTORS_ELEMENT
See Also:
Constant Field Values

WEB_BEANS_XML_SPEC_SPECIFIC_DECORATORS_ELEMENT

public static final String WEB_BEANS_XML_SPEC_SPECIFIC_DECORATORS_ELEMENT
See Also:
Constant Field Values

WEB_BEANS_XML_SPEC_SPECIFIC_ALTERNATIVES

public static final String WEB_BEANS_XML_SPEC_SPECIFIC_ALTERNATIVES
See Also:
Constant Field Values

WEB_BEANS_XML_SPEC_SPECIFIC_CLASS

public static final String WEB_BEANS_XML_SPEC_SPECIFIC_CLASS
See Also:
Constant Field Values

WEB_BEANS_XML_SPEC_SPECIFIC_STEREOTYPE

public static final String WEB_BEANS_XML_SPEC_SPECIFIC_STEREOTYPE
See Also:
Constant Field Values

WEB_BEANS_XML_OWB_SPECIFIC_CLASS

public static final String WEB_BEANS_XML_OWB_SPECIFIC_CLASS
See Also:
Constant Field Values

WEB_BEANS_XML_OWB_SPECIFIC_STEREOTYPE

public static final String WEB_BEANS_XML_OWB_SPECIFIC_STEREOTYPE
See Also:
Constant Field Values

WEB_BEANS_MANAGER_JNDI_NAME

public static final String WEB_BEANS_MANAGER_JNDI_NAME
JNDI name of the BeanManager instance

See Also:
Constant Field Values


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.