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(javax.jcr.Node node)
static org.apache.wicket.model.IModel<String>
getDocumentNameModel(org.apache.wicket.model.IModel<javax.jcr.Node> model)
-
-
-
Method Detail
-
getDocumentNameModel
public static org.apache.wicket.model.IModel<String> getDocumentNameModel(org.apache.wicket.model.IModel<javax.jcr.Node> model) throws javax.jcr.RepositoryException
- Throws:
javax.jcr.RepositoryException
-
getDocumentNameModel
public static org.apache.wicket.model.IModel<String> getDocumentNameModel(javax.jcr.Node node) throws javax.jcr.RepositoryException
- Throws:
javax.jcr.RepositoryException
-
-