com.ibm.portal.resolver.friendly.service
Interface FriendlySelectionService.PathMatchingResult

Enclosing interface:
FriendlySelectionService

public static interface FriendlySelectionService.PathMatchingResult

The result of a path matching operation.

Since:
7.0.0.0

Method Summary
 java.lang.String getNotMatchingSuffix()
           
 boolean pathPrefixMatches()
          Flag indicating if the path prefix matches a given requirement.
 

Method Detail

pathPrefixMatches

boolean pathPrefixMatches()
Flag indicating if the path prefix matches a given requirement.


getNotMatchingSuffix

java.lang.String getNotMatchingSuffix()
Returns:
A string that represents the not matching suffix of the path or null if no such suffix exists.