Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.common.xmap.annotation
Annotation Type XContent


@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface XContent

An annotation that injects the content of the current node as an XML string or DocumentFragment depending on the field type.

Author:
Bogdan Stefanescu

Optional Element Summary
 String value
          An xpathy expression specifying the XML node to bind to.
 

value

public abstract String value
An xpathy expression specifying the XML node to bind to.

Returns:
the node xpath
Default:
""

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.