org.compass.core.engine.naming
Class DefaultPropertyPath
java.lang.Object
org.compass.core.engine.naming.DynamicPropertyPath
org.compass.core.engine.naming.DefaultPropertyPath
- All Implemented Interfaces:
- PropertyPath
public class DefaultPropertyPath
- extends DynamicPropertyPath
The default implementation of PropertyPath
, extending
DynamicPropertyPath
, but return a StaticPropertyPath
when hintStatic()
is called.
- Author:
- kimchy
Method Summary |
PropertyPath |
hintStatic()
Compass path construction process will hint on heavily used path
elements that might be better off made static. |
DefaultPropertyPath
public DefaultPropertyPath(PropertyPath root,
String name)
hintStatic
public PropertyPath hintStatic()
- Description copied from interface:
PropertyPath
- Compass path construction process will hint on heavily used path
elements that might be better off made static. The implementation
might decide to create a
PropertyPath
implementation that
is more static in nature.
- Specified by:
hintStatic
in interface PropertyPath
- Overrides:
hintStatic
in class DynamicPropertyPath
Copyright (c) 2004-2009 The Compass Project.