Uses of Interface
org.modeshape.jcr.nodetype.NodeTypeTemplate

Packages that use NodeTypeTemplate
org.modeshape.jcr The ModeShape implementation of the JCR API. 
 

Uses of NodeTypeTemplate in org.modeshape.jcr
 

Methods in org.modeshape.jcr that return NodeTypeTemplate
 NodeTypeTemplate JcrNodeTypeManager.createNodeTypeTemplate()
          Returns an empty NodeTypeTemplate which can then be used to define a node type and passed to JcrNodeTypeManager.registerNodeType(NodeTypeDefinition, boolean)
 NodeTypeTemplate JcrNodeTypeManager.createNodeTypeTemplate(NodeTypeDefinition ntd)
          Returns a NodeTypeTemplate based on the definition given in ntd.
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.