Package org.hippoecm.frontend.util
Class DocumentUtils
java.lang.Object
org.hippoecm.frontend.util.DocumentUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.wicket.model.IModel<String>
getDocumentNameModel
(Node node) static org.apache.wicket.model.IModel<String>
getDocumentNameModel
(org.apache.wicket.model.IModel<Node> model)
-
Constructor Details
-
DocumentUtils
public DocumentUtils()
-
-
Method Details
-
getDocumentNameModel
public static org.apache.wicket.model.IModel<String> getDocumentNameModel(org.apache.wicket.model.IModel<Node> model) throws RepositoryException - Throws:
RepositoryException
-
getDocumentNameModel
public static org.apache.wicket.model.IModel<String> getDocumentNameModel(Node node) throws RepositoryException - Throws:
RepositoryException
-