Constant Field Values


Contents
org.jboss.*

org.jboss.weld.bean.RIBean<T>
public static final String BEAN_ID_SEPARATOR "-"

org.jboss.weld.bean.proxy.ClientProxyFactory<T>
public static final String CLIENT_PROXY_SUFFIX "ClientProxy"

org.jboss.weld.bean.proxy.DecoratorProxyFactory<T>
public static final String PROXY_SUFFIX "DecoratorProxy"

org.jboss.weld.bean.proxy.InterceptedSubclassFactory<T>
public static final String PROXY_SUFFIX "Subclass"

org.jboss.weld.bean.proxy.ProxyFactory<T>
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$"

org.jboss.weld.environment.jetty.AbstractJettyContainer
public static final String INJECTOR_ATTRIBUTE_NAME "org.jboss.weld.environment.jetty.JettyWeldInjector"

org.jboss.weld.environment.se.discovery.AbstractWeldSEDeployment
public static final String BEANS_XML "META-INF/beans.xml"

org.jboss.weld.environment.servlet.ExactListener
public static final String BEAN_CLASSES "bean-classes.txt"

org.jboss.weld.environment.servlet.deployment.WebAppBeanDeploymentArchive
public static final String META_INF_BEANS_XML "META-INF/beans.xml"
public static final String WEB_INF_BEANS_XML "/WEB-INF/beans.xml"
public static final String WEB_INF_CLASSES "/WEB-INF/classes"

org.jboss.weld.environment.servlet.test.injection.BatListener
public static final String BAT_ATTRIBUTE_NAME "batAttribute"

org.jboss.weld.environment.servlet.test.util.BeansXml
public static final String FULL_SCHEMA "<beans xmlns=\"http://java.sun.com/xml/ns/javaee\" \n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" \n xmlns:weld=\"http://jboss.org/schema/weld/beans\" \n xsi:schemaLocation=\"\n http://java.sun.com/xml/ns/javaee http://docs.jboss.org/cdi/beans_1_0.xsd\n http://jboss.org/schema/weld/beans http://jboss.org/schema/weld/beans_1_1.xsd\">\n"
public static final String SCHEMA "<beans>\n"

org.jboss.weld.environment.servlet.test.util.Deployments
public static final String DEFAULT_WEB_XML_START "<web-app>"
public static final String DEFAULT_WEB_XML_SUFFIX "</web-app>"

org.jboss.weld.event.ObserverMethodImpl<T,X>
public static final String ID_SEPARATOR "-"

org.jboss.weld.interceptor.util.InterceptionUtils
public static final String POST_CONSTRUCT "lifecycle_mixin_$$_postConstruct"
public static final String PRE_DESTROY "lifecycle_mixin_$$_preDestroy"

org.jboss.weld.jsf.WeldPhaseListener
public static final String NO_CID "nocid"

org.jboss.weld.metadata.Selectors
public static final String DEEP_TREE_MATCH "**"

org.jboss.weld.util.reflection.instantiation.AbstractInstantiatorFactory
protected static final String MARKER "META-INF/org.jboss.weld.enableUnsafeProxies"

org.jboss.weld.xml.BeansXmlHandler
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.