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

All Known Subinterfaces:
UriRuleContext

public interface UriMatchResultContext

The context for matching URI rules.

Author:
Paul.Sandoz@Sun.Com

Method Summary
 java.util.regex.MatchResult getMatchResult()
          Get the match result
 void setMatchResult(java.util.regex.MatchResult mr)
          Set the match result
 

Method Detail

getMatchResult

java.util.regex.MatchResult getMatchResult()
Get the match result

Returns:
the match result.

setMatchResult

void setMatchResult(java.util.regex.MatchResult mr)
Set the match result

Parameters:
mr - the match result.


Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.