Package org.hippoecm.frontend.util
Class DocumentUtils
- java.lang.Object
-
- org.hippoecm.frontend.util.DocumentUtils
-
public class DocumentUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description DocumentUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.wicket.model.IModel<String>
getDocumentNameModel(Node node)
static org.apache.wicket.model.IModel<String>
getDocumentNameModel(org.apache.wicket.model.IModel<Node> model)
-
-
-
Method Detail
-
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
-
-