Constant Field Values


Contents
org.jboss.*

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_PREFIX "<web-app> <listener><listener-class>org.jboss.weld.environment.servlet.Listener</listener-class></listener> <resource-env-ref><resource-env-ref-name>BeanManager</resource-env-ref-name><resource-env-ref-type>javax.enterprise.inject.spi.BeanManager</resource-env-ref-type></resource-env-ref> "
public static final String DEFAULT_WEB_XML_SUFFIX "</web-app>"



Copyright © 2011 Seam Framework. All Rights Reserved.