|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of PropertyPath in org.compass.core.engine.naming |
|---|
| Classes in org.compass.core.engine.naming that implement PropertyPath | |
|---|---|
class |
DefaultPropertyPath
The default implementation of PropertyPath, extending
DynamicPropertyPath, but return a StaticPropertyPath
when DefaultPropertyPath.hintStatic() is called. |
class |
DynamicPropertyPath
A dynamic path implementations. |
class |
StaticPropertyPath
A static path construction, which holds a string representation of the actual path. |
| Methods in org.compass.core.engine.naming that return PropertyPath | |
|---|---|
PropertyPath |
StaticPropertyNamingStrategy.buildPath(PropertyPath root,
String name)
|
PropertyPath |
PropertyNamingStrategy.buildPath(PropertyPath root,
String name)
Builds the path for a root property, base on the root part and the property name. |
PropertyPath |
DynamicPropertyNamingStrategy.buildPath(PropertyPath root,
String name)
|
PropertyPath |
DefaultPropertyNamingStrategy.buildPath(PropertyPath root,
String name)
|
PropertyPath |
StaticPropertyNamingStrategy.getRootPath()
|
PropertyPath |
PropertyNamingStrategy.getRootPath()
Returns the root path for hidden properties. |
PropertyPath |
DynamicPropertyNamingStrategy.getRootPath()
|
PropertyPath |
DefaultPropertyNamingStrategy.getRootPath()
|
PropertyPath |
StaticPropertyPath.hintStatic()
|
PropertyPath |
PropertyPath.hintStatic()
Compass path construction process will hint on heavily used path elements that might be better off made static. |
PropertyPath |
DynamicPropertyPath.hintStatic()
|
PropertyPath |
DefaultPropertyPath.hintStatic()
|
| Methods in org.compass.core.engine.naming with parameters of type PropertyPath | |
|---|---|
PropertyPath |
StaticPropertyNamingStrategy.buildPath(PropertyPath root,
String name)
|
PropertyPath |
PropertyNamingStrategy.buildPath(PropertyPath root,
String name)
Builds the path for a root property, base on the root part and the property name. |
PropertyPath |
DynamicPropertyNamingStrategy.buildPath(PropertyPath root,
String name)
|
PropertyPath |
DefaultPropertyNamingStrategy.buildPath(PropertyPath root,
String name)
|
| Constructors in org.compass.core.engine.naming with parameters of type PropertyPath | |
|---|---|
DefaultPropertyPath(PropertyPath root,
String name)
|
|
DynamicPropertyPath(PropertyPath root,
String name)
|
|
StaticPropertyPath(PropertyPath root,
String name)
|
|
| Uses of PropertyPath in org.compass.core.mapping |
|---|
| Methods in org.compass.core.mapping that return PropertyPath | |
|---|---|
PropertyPath |
Mapping.getPath()
Returns the path of the mapping. |
PropertyPath |
CompassMapping.getPath()
Returns the root path of the mappings. |
| Methods in org.compass.core.mapping with parameters of type PropertyPath | |
|---|---|
ResourcePropertyMapping |
ResourceMapping.getResourcePropertyMappingByPath(PropertyPath path)
Returns the ResourcePropertyMapping that match the given path
(Mapping.getPath(), or
null of not exists. |
| Uses of PropertyPath in org.compass.core.mapping.internal |
|---|
| Methods in org.compass.core.mapping.internal that return PropertyPath | |
|---|---|
PropertyPath |
DefaultCompassMapping.getPath()
|
| Methods in org.compass.core.mapping.internal with parameters of type PropertyPath | |
|---|---|
void |
InternalMapping.setPath(PropertyPath path)
Sets the path of the mapping. |
void |
InternalCompassMapping.setPath(PropertyPath path)
|
void |
DefaultCompassMapping.setPath(PropertyPath path)
|
| Uses of PropertyPath in org.compass.core.mapping.osem |
|---|
| Methods in org.compass.core.mapping.osem that return PropertyPath | |
|---|---|
PropertyPath |
ClassMapping.getBasePath()
|
PropertyPath |
ClassMapping.getClassPath()
|
PropertyPath |
AbstractCollectionMapping.getCollectionTypePath()
|
PropertyPath |
AbstractCollectionMapping.getColSizePath()
|
PropertyPath |
ClassMapping.getEnumNamePath()
|
| Methods in org.compass.core.mapping.osem with parameters of type PropertyPath | |
|---|---|
void |
ClassMapping.setBasePath(PropertyPath basePath)
|
void |
ClassMapping.setClassPath(PropertyPath classPath)
|
void |
AbstractCollectionMapping.setCollectionTypePath(PropertyPath collectionTypePath)
|
void |
AbstractCollectionMapping.setColSizePath(PropertyPath colSizePath)
|
void |
ClassMapping.setEnumNamePath(PropertyPath enumNamePath)
|
| Uses of PropertyPath in org.compass.core.mapping.support |
|---|
| Methods in org.compass.core.mapping.support that return PropertyPath | |
|---|---|
PropertyPath |
AbstractMapping.getPath()
|
| Methods in org.compass.core.mapping.support with parameters of type PropertyPath | |
|---|---|
ResourcePropertyMapping |
AbstractResourceMapping.getResourcePropertyMappingByPath(PropertyPath path)
|
void |
AbstractMapping.setPath(PropertyPath path)
|
| Uses of PropertyPath in org.compass.core.marshall |
|---|
| Methods in org.compass.core.marshall with parameters of type PropertyPath | |
|---|---|
void |
MarshallingContext.removeHandleNulls(PropertyPath path)
Removes the fact that a null value should be used. |
void |
DefaultMarshallingContext.removeHandleNulls(PropertyPath path)
|
void |
MarshallingContext.setHandleNulls(PropertyPath path)
Sets on the path to use null values |
void |
DefaultMarshallingContext.setHandleNulls(PropertyPath path)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||