java.lang.Object | |
↳ | com.microstrategy.web.blocks.BlockTarget.PathInfo |
This class provides additional information used in the resolution of a
Block path specification. It is used when resolvePath(String)
does not provide enough information for the caller. This is only to be used
in very specialized scenarios.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PathInfo() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
getAllTokensConsumed()
Returns whether all tokens were consumed as part of the path resolution process.
| ||||||||||
boolean |
getFailed()
Whether the resolution of the path has currently ended in failure or not.
| ||||||||||
String |
getFailureMessage()
If the path resolution has failed, this is the message that describes why.
| ||||||||||
BlockTarget |
getInnermostBlockTarget()
Returns the innermost BlockTarget visited as part of the path resolution.
| ||||||||||
Object |
getInnermostIndex()
Returns the "index" of the innermost BlockTarget visited as part of the
path resolution.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns whether all tokens were consumed as part of the path resolution process.
Whether the resolution of the path has currently ended in failure or not.
If the path resolution has failed, this is the message that describes why.
Returns the innermost BlockTarget visited as part of the path resolution. This works even if the path is invalid. Each valid BlockTarget visited is recorded up to the end of path resolution.
BlockTarget
visited.
Returns the "index" of the innermost BlockTarget visited as part of the path resolution. The "index" of a BlockList is either the numeric index or symbolic key. The "index" of a Block is the property looked up. There is no "index" for a BlockProperty.
BlockTarget
.