com.sun.jersey.spi.uri.rules
Interface UriMatchResultContext

All Superinterfaces:
Traceable
All Known Subinterfaces:
UriRuleContext
All Known Implementing Classes:
WebApplicationContext

public interface UriMatchResultContext
extends Traceable

The context for matching URI rules.

Author:
Paul.Sandoz@Sun.Com

Method Summary
 MatchResult getMatchResult()
          Get the match result
 void setMatchResult(MatchResult mr)
          Set the match result
 
Methods inherited from interface com.sun.jersey.api.core.Traceable
isTracingEnabled, trace
 

Method Detail

getMatchResult

MatchResult getMatchResult()
Get the match result

Returns:
the match result.

setMatchResult

void setMatchResult(MatchResult mr)
Set the match result

Parameters:
mr - the match result.


Copyright © 2013 Oracle Corporation. All Rights Reserved.