|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.weborganic.uri.template.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()
ResolvedVariables
names in interface ResolvedVariablespublic Object get(String name)
ResolvedVariables
get in interface ResolvedVariablesname - The name of the variable.
public URIResolveResult.Status getStatus()
public URIPattern getURIPattern()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||