Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webengine.test
Annotation Type WebXml


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface WebXml

Can be used to specify a a path to a custom web.xml file.

The path will be resolved as an URL by using the class loader of the annotated class. (i.e. using ClassLoader.getResource(String))

Author:
Bogdan Stefanescu

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.