nxd


Standard Syntax:
     <%@ taglib prefix="nxd" uri="http://nuxeo.org/nxweb/document" %>

XML Syntax:
     <anyxmlelement xmlns:nxd="http://nuxeo.org/nxweb/document" />

The NXWebPlatform taglib specific to NXCore document model features.

Exposes specific tags as well as utility functions like:

Tag Library Information
Display NameNone
Version1.0
Short Namenxd
URIhttp://nuxeo.org/nxweb/document
 

Tag Summary
documentLink

Link to a document within the application using standard command link component and renderer.

All usual command link attribute are accepted except value and action. Value is replaced by the title attribute value, and action is dynamically processed to retrun to the document view.

restDocumentLink

Link to a document within the application using standard output link component and renderer.

The main purpose of this tag is to provide restful (bookmarkable) navigation inside documents.

All usual output link attributes are accepted except value. Sub tags "f:param" are taken into account to build the corresponding DocumentView and URL. Value is replaced a method binding that generates the correct rest URL.

 


Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-3 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.