|
||||||||||
| 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(java.lang.String path,
java.lang.String remainingPath,
java.lang.Object entry,
java.lang.Object mother)
Create an instance of a PropertyPathEntry |
|
| Method Summary | |
|---|---|
java.lang.Object |
getEntry()
Get the entry |
java.lang.Object |
getMother()
Get mother object(s) |
java.lang.String |
getPath()
Get the path that resolved to this property |
java.lang.String |
getPropertyName()
Get property name of this entry |
java.lang.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(java.lang.String path,
java.lang.String remainingPath,
java.lang.Object entry,
java.lang.Object mother)
path - path that resolved to this entryremainingPath - remaining part of the pathentry - resolved entrymother - mother object (may be null)| Method Detail |
|---|
public java.lang.Object getMother()
public java.lang.String getPropertyName()
public java.lang.Object getEntry()
public java.lang.String getPath()
public java.lang.String getRemainingPath()
public boolean isLastEntry()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||