Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BEAN_ID_SEPARATOR |
"-" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CLIENT_PROXY_SUFFIX |
"ClientProxy" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
PROXY_SUFFIX |
"DecoratorProxy" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
PROXY_SUFFIX |
"Subclass" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CONSTRUCTED_FLAG_NAME |
"constructed" |
public static final String |
DEFAULT_PROXY_PACKAGE |
"org.jboss.weld.proxies" |
public static final String |
PROXY_SUFFIX |
"$Proxy$" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BEANS_XML |
"META-INF/beans.xml" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ID_SEPARATOR |
"-" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
POST_CONSTRUCT |
"lifecycle_mixin_$$_postConstruct" |
public static final String |
PRE_DESTROY |
"lifecycle_mixin_$$_preDestroy" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NO_CID |
"nocid" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEEP_TREE_MATCH |
"**" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
MARKER |
"META-INF/org.jboss.weld.enableUnsafeProxies" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
JAVAEE_URI |
"http://java.sun.com/xml/ns/javaee" |
public static final String |
WELD_URI |
"http://jboss.org/schema/weld/beans" |
Copyright © 2013 Seam Framework. All rights reserved.