|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.value.AbstractValueFactory
org.apache.jackrabbit.value.ValueFactoryImpl
public class ValueFactoryImpl
Simple extension of the AbstractValueFactory that omits any
validation checks for path and name values.
Session.getValueFactory()| Constructor Summary | |
|---|---|
protected |
ValueFactoryImpl()
Constructs a ValueFactory object. |
| Method Summary | |
|---|---|
protected void |
checkNameFormat(java.lang.String nameValue)
Checks the format of the given string representing a name value. |
protected void |
checkPathFormat(java.lang.String pathValue)
Checks the format of the given string representing a path value. |
static ValueFactory |
getInstance()
|
| Methods inherited from class org.apache.jackrabbit.value.AbstractValueFactory |
|---|
createBinary, createValue, createValue, createValue, createValue, createValue, createValue, createValue, createValue, createValue, createValue, createValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ValueFactoryImpl()
ValueFactory object.
| Method Detail |
|---|
public static ValueFactory getInstance()
protected void checkPathFormat(java.lang.String pathValue)
throws ValueFormatException
AbstractValueFactory
checkPathFormat in class AbstractValueFactoryValueFormatException - If the given pathValue
isn't a valid jcr path.AbstractValueFactory.checkPathFormat(String)
protected void checkNameFormat(java.lang.String nameValue)
throws ValueFormatException
AbstractValueFactory
checkNameFormat in class AbstractValueFactoryValueFormatException - If the given pathValue
isn't a valid jcr name.AbstractValueFactory.checkNameFormat(String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||