|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.api.lib.resolving.PropertyResolver.PropertyPathEntry
public static class PropertyResolver.PropertyPathEntry
Inner class to return property path entries
Constructor Summary | |
---|---|
PropertyResolver.PropertyPathEntry(String path,
String remainingPath,
Object entry,
Object mother)
Create an instance of a PropertyPathEntry |
Method Summary | |
---|---|
Object |
getEntry()
Get the entry |
Object |
getMother()
Get mother object(s) |
String |
getPath()
Get the path that resolved to this property |
String |
getPropertyName()
Get property name of this entry |
String |
getRemainingPath()
Get the remaining part of the path |
boolean |
isLastEntry()
Check whether this entry is the last entry (the actual resolved property) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyResolver.PropertyPathEntry(String path, String remainingPath, Object entry, Object mother)
path
- path that resolved to this entryremainingPath
- remaining part of the pathentry
- resolved entrymother
- mother object (may be null)Method Detail |
---|
public Object getMother()
public String getPropertyName()
public Object getEntry()
public String getPath()
public String getRemainingPath()
public boolean isLastEntry()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |