public class JCRValueFactoryImpl
extends org.apache.jackrabbit.value.AbstractValueFactory
| Modifier | Constructor and Description |
|---|---|
protected |
JCRValueFactoryImpl()
Constructs a
ValueFactory object. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkNameFormat(String nameValue) |
protected void |
checkPathFormat(String pathValue) |
javax.jcr.Value |
createValue(javax.jcr.Node value) |
javax.jcr.Value |
createValue(String value,
int type) |
static javax.jcr.ValueFactory |
getInstance() |
protected JCRValueFactoryImpl()
ValueFactory object.public static javax.jcr.ValueFactory getInstance()
protected void checkPathFormat(String pathValue) throws javax.jcr.ValueFormatException
checkPathFormat in class org.apache.jackrabbit.value.AbstractValueFactoryjavax.jcr.ValueFormatExceptionprotected void checkNameFormat(String nameValue) throws javax.jcr.ValueFormatException
checkNameFormat in class org.apache.jackrabbit.value.AbstractValueFactoryjavax.jcr.ValueFormatExceptionpublic javax.jcr.Value createValue(javax.jcr.Node value)
throws javax.jcr.RepositoryException
createValue in interface javax.jcr.ValueFactorycreateValue in class org.apache.jackrabbit.value.AbstractValueFactoryjavax.jcr.RepositoryExceptionpublic javax.jcr.Value createValue(String value, int type) throws javax.jcr.ValueFormatException
createValue in interface javax.jcr.ValueFactorycreateValue in class org.apache.jackrabbit.value.AbstractValueFactoryjavax.jcr.ValueFormatExceptionCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.