Package org.apache.webbeans.util
Class WebBeansConstants
- java.lang.Object
-
- org.apache.webbeans.util.WebBeansConstants
-
public final class WebBeansConstants extends Object
Web beans related constants.- Version:
- $Rev$ $Date$
-
-
Field Summary
Fields Modifier and Type Field Description static String[]OWB_INJECTABLE_RESOURCE_ANNOTATIONSstatic StringWEB_BEANS_MANAGER_JNDI_NAMEJNDI name of theBeanManagerinstancestatic StringWEB_BEANS_MESSAGESstatic StringWEB_BEANS_XML_ALLOW_PROXYING_ELEMENTstatic StringWEB_BEANS_XML_ALTERNATIVES_ELEMENTstatic StringWEB_BEANS_XML_CLASSstatic StringWEB_BEANS_XML_DECORATORS_ELEMENTstatic StringWEB_BEANS_XML_EXCLUDEstatic StringWEB_BEANS_XML_IF_CLASS_AVAILABLEstatic StringWEB_BEANS_XML_IF_CLASS_NOT_AVAILABLEstatic StringWEB_BEANS_XML_IF_SYSTEM_PROPERTYstatic StringWEB_BEANS_XML_INTERCEPTORS_ELEMENTstatic StringWEB_BEANS_XML_SCAN_ELEMENTstatic StringWEB_BEANS_XML_SCOPED_BEANS_ONLY_ELEMENTHaving this tag in beans.xml fordes bean-discovery-mode="scoped" in a backward compat waystatic StringWEB_BEANS_XML_STEREOTYPE
-
-
-
Field Detail
-
OWB_INJECTABLE_RESOURCE_ANNOTATIONS
public static final String[] OWB_INJECTABLE_RESOURCE_ANNOTATIONS
-
WEB_BEANS_XML_INTERCEPTORS_ELEMENT
public static final String WEB_BEANS_XML_INTERCEPTORS_ELEMENT
- See Also:
- Constant Field Values
-
WEB_BEANS_XML_DECORATORS_ELEMENT
public static final String WEB_BEANS_XML_DECORATORS_ELEMENT
- See Also:
- Constant Field Values
-
WEB_BEANS_XML_ALLOW_PROXYING_ELEMENT
public static final String WEB_BEANS_XML_ALLOW_PROXYING_ELEMENT
- See Also:
- Constant Field Values
-
WEB_BEANS_XML_ALTERNATIVES_ELEMENT
public static final String WEB_BEANS_XML_ALTERNATIVES_ELEMENT
- See Also:
- Constant Field Values
-
WEB_BEANS_XML_SCAN_ELEMENT
public static final String WEB_BEANS_XML_SCAN_ELEMENT
- See Also:
- Constant Field Values
-
WEB_BEANS_XML_SCOPED_BEANS_ONLY_ELEMENT
public static final String WEB_BEANS_XML_SCOPED_BEANS_ONLY_ELEMENT
Having this tag in beans.xml fordes bean-discovery-mode="scoped" in a backward compat way- See Also:
- Constant Field Values
-
WEB_BEANS_XML_CLASS
public static final String WEB_BEANS_XML_CLASS
- See Also:
- Constant Field Values
-
WEB_BEANS_XML_STEREOTYPE
public static final String WEB_BEANS_XML_STEREOTYPE
- See Also:
- Constant Field Values
-
WEB_BEANS_XML_EXCLUDE
public static final String WEB_BEANS_XML_EXCLUDE
- See Also:
- Constant Field Values
-
WEB_BEANS_XML_IF_CLASS_NOT_AVAILABLE
public static final String WEB_BEANS_XML_IF_CLASS_NOT_AVAILABLE
- See Also:
- Constant Field Values
-
WEB_BEANS_XML_IF_CLASS_AVAILABLE
public static final String WEB_BEANS_XML_IF_CLASS_AVAILABLE
- See Also:
- Constant Field Values
-
WEB_BEANS_XML_IF_SYSTEM_PROPERTY
public static final String WEB_BEANS_XML_IF_SYSTEM_PROPERTY
- See Also:
- Constant Field Values
-
WEB_BEANS_MANAGER_JNDI_NAME
public static final String WEB_BEANS_MANAGER_JNDI_NAME
JNDI name of theBeanManagerinstance- See Also:
- Constant Field Values
-
WEB_BEANS_MESSAGES
public static final String WEB_BEANS_MESSAGES
- See Also:
- Constant Field Values
-
-