|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.weborganic.furi.URIResolveResult
public class URIResolveResult
Holds the results of a URI resolver.
Nested Class Summary | |
---|---|
static class |
URIResolveResult.Status
The possible status of a resolve result. |
Method Summary | |
---|---|
Object |
get(String name)
Returns the object corresponding to the specified variable name. |
URIResolveResult.Status |
getStatus()
Returns the status of this result. |
URIPattern |
getURIPattern()
Returns the URI Pattern that was used to produce this result. |
Set<String> |
names()
Returns the names of the variables which have been resolved. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Set<String> names()
names
in interface ResolvedVariables
public Object get(String name)
get
in interface ResolvedVariables
name
- The name of the variable.
null
.public URIResolveResult.Status getStatus()
public URIPattern getURIPattern()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |