biz.hammurapi.web.menu.matchers
Class MatchResult
java.lang.Object
biz.hammurapi.web.menu.matchers.MatchResult
- All Implemented Interfaces:
- biz.hammurapi.util.Attributable
- public class MatchResult
- extends java.lang.Object
- implements biz.hammurapi.util.Attributable
- Version:
- $Revision: 1.1 $
- Author:
- Pavel Vlasov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MatchResult
public MatchResult(RequestMatcher matcher,
boolean matchQueryString,
int weight)
getMatcher
public RequestMatcher getMatcher()
- Returns:
setMatcher
public void setMatcher(RequestMatcher matcher)
- Parameters:
matcher -
isMatchQueryString
public boolean isMatchQueryString()
- Returns:
getWeight
public int getWeight()
- Returns:
getAttribute
public java.lang.Object getAttribute(java.lang.Object key)
- Specified by:
getAttribute in interface biz.hammurapi.util.Attributable
removeAttribute
public java.lang.Object removeAttribute(java.lang.Object key)
- Specified by:
removeAttribute in interface biz.hammurapi.util.Attributable
setAttribute
public void setAttribute(java.lang.Object key,
java.lang.Object value)
- Specified by:
setAttribute in interface biz.hammurapi.util.Attributable
Copyright © 2006 Hammurapi Group. All Rights Reserved.