Package com.composum.sling.nodes.servlet
Class NodeFactory.NtFileStrategy
- java.lang.Object
-
- com.composum.sling.nodes.servlet.NodeFactory.NtFileStrategy
-
- All Implemented Interfaces:
NodeFactory.TypeStrategy
- Enclosing class:
- NodeFactory
public static class NodeFactory.NtFileStrategy extends Object implements NodeFactory.TypeStrategy
-
-
Constructor Summary
Constructors Constructor Description NtFileStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.jcr.Node
createNode(org.apache.sling.api.SlingHttpServletRequest request, javax.jcr.Node parentNode, String name, NodeTreeServlet.NodeParameters params)
-
-
-
Method Detail
-
createNode
public javax.jcr.Node createNode(org.apache.sling.api.SlingHttpServletRequest request, javax.jcr.Node parentNode, String name, NodeTreeServlet.NodeParameters params) throws javax.jcr.RepositoryException, IOException, ParameterValidationException
- Specified by:
createNode
in interfaceNodeFactory.TypeStrategy
- Throws:
javax.jcr.RepositoryException
IOException
ParameterValidationException
-
-