Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.ecm.core.api.model.PropertyVisitor

Packages that use PropertyVisitor
org.nuxeo.ecm.core.api.model   
org.nuxeo.ecm.core.api.model.impl   
org.nuxeo.ecm.platform.rendering.template   
org.nuxeo.ecm.webengine.util   
 

Uses of PropertyVisitor in org.nuxeo.ecm.core.api.model
 

Classes in org.nuxeo.ecm.core.api.model that implement PropertyVisitor
 class ValueExporter
           
 

Methods in org.nuxeo.ecm.core.api.model with parameters of type PropertyVisitor
 void Property.accept(PropertyVisitor visitor, java.lang.Object arg)
          Method that implement the visitor pattern.
 

Uses of PropertyVisitor in org.nuxeo.ecm.core.api.model.impl
 

Methods in org.nuxeo.ecm.core.api.model.impl with parameters of type PropertyVisitor
 void ScalarProperty.accept(PropertyVisitor visitor, java.lang.Object arg)
           
 void MapProperty.accept(PropertyVisitor visitor, java.lang.Object arg)
           
 void ListProperty.accept(PropertyVisitor visitor, java.lang.Object arg)
           
 void DocumentPartImpl.accept(PropertyVisitor visitor, java.lang.Object arg)
           
 

Uses of PropertyVisitor in org.nuxeo.ecm.platform.rendering.template
 

Classes in org.nuxeo.ecm.platform.rendering.template that implement PropertyVisitor
 class DocumentValueExporter
           
 

Uses of PropertyVisitor in org.nuxeo.ecm.webengine.util
 

Classes in org.nuxeo.ecm.webengine.util that implement PropertyVisitor
 class JSonDocumentExporter
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.