info.magnolia.cms.filters
Class Mapping.MatchingResult

java.lang.Object
  extended by info.magnolia.cms.filters.Mapping.MatchingResult
Enclosing class:
Mapping

public static class Mapping.MatchingResult
extends Object

Result of ThemeReader Mapping.match(HttpServletRequest) method.

Version:
$Id$

Constructor Summary
Mapping.MatchingResult(Matcher matcher, boolean matches, int matchingEndPosition)
           
 
Method Summary
 Matcher getMatcher()
           
 int getMatchingEndPosition()
           
 boolean isMatching()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mapping.MatchingResult

public Mapping.MatchingResult(Matcher matcher,
                              boolean matches,
                              int matchingEndPosition)
Method Detail

getMatcher

public Matcher getMatcher()

isMatching

public boolean isMatching()

getMatchingEndPosition

public int getMatchingEndPosition()


Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.