|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compass.core.engine.naming.StaticPropertyNamingStrategy
public class StaticPropertyNamingStrategy
A naming strategy that uses StaticPropertyPath when building
PropertyPath.
PropertyPath,
StaticPropertyPath,
PropertyNamingStrategyFactory,
DefaultPropertyNamingStrategyFactory| Constructor Summary | |
|---|---|
StaticPropertyNamingStrategy()
|
|
| Method Summary | |
|---|---|
PropertyPath |
buildPath(PropertyPath root,
String name)
Builds the path for a root property, base on the root part and the property name. |
PropertyPath |
getRootPath()
Returns the root path for hidden properties. |
boolean |
isInternal(String name)
Returns true if the property name is an internal property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StaticPropertyNamingStrategy()
| Method Detail |
|---|
public boolean isInternal(String name)
PropertyNamingStrategy
isInternal in interface PropertyNamingStrategytrue if the name stands for an internal property.public PropertyPath getRootPath()
PropertyNamingStrategy
getRootPath in interface PropertyNamingStrategy
public PropertyPath buildPath(PropertyPath root,
String name)
PropertyNamingStrategy
buildPath in interface PropertyNamingStrategyroot - The root path to build the path fromname - The name to add to the path
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||