| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SelectionResult
Captures the result of the friendly selection resolution process.
This interface is designed to be implemented by clients. |
Method Summary | |
---|---|
java.lang.String | getFriendlyPath()
The friendly path or null
|
java.util.List<ObjectID> | getNodes()
The the current node result list |
java.lang.String | getPathInfo()
The path info or null
|
void | setFriendlyPath(java.lang.String str)
Assigns the friendly path. |
void | setNodes(java.util.List<ObjectID> res)
assign the result list |
void | setPathInfo(java.lang.String str)
Assigns the portion of the path, that could not be matched against a friendly URL, i.e. |
Method Detail |
---|
java.lang.String getFriendlyPath()
null
null
java.util.List<ObjectID> getNodes()
java.lang.String getPathInfo()
null
null
.void setFriendlyPath(java.lang.String str)
null
.
null
void setNodes(java.util.List<ObjectID> res)
void setPathInfo(java.lang.String str)
null
null
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |