This project has retired. For details please refer to its Attic page.
Uses of Interface org.apache.tiles.definition.pattern.DefinitionPatternMatcher (Tiles 2 2.2.2 API)

Uses of Interface
org.apache.tiles.definition.pattern.DefinitionPatternMatcher

Packages that use DefinitionPatternMatcher
org.apache.tiles.definition.pattern Classes to manage pattern matching in definition names, and substitution in attributes. 
org.apache.tiles.definition.pattern.regexp In Tiles it is possible to use regular expression patterns thanks to this package. 
org.apache.tiles.definition.pattern.wildcard In Tiles it is possible to use wildcard patterns thanks to this package. 
 

Uses of DefinitionPatternMatcher in org.apache.tiles.definition.pattern
 

Methods in org.apache.tiles.definition.pattern that return DefinitionPatternMatcher
 DefinitionPatternMatcher DefinitionPatternMatcherFactory.createDefinitionPatternMatcher(String pattern, Definition definition)
          Creates a new definition pattern matcher.
 

Method parameters in org.apache.tiles.definition.pattern with type arguments of type DefinitionPatternMatcher
protected  Map<String,Definition> BasicPatternDefinitionResolver.addDefinitionsAsPatternMatchers(List<DefinitionPatternMatcher> matchers, Map<String,Definition> defsMap)
          Adds definitions, filtering and adding them to the list of definition pattern matchers.
protected  Map<String,Definition> PrefixedPatternDefinitionResolver.addDefinitionsAsPatternMatchers(List<DefinitionPatternMatcher> matchers, Map<String,Definition> defsMap)
          Adds definitions, filtering and adding them to the list of definition pattern matchers.
protected abstract  Map<String,Definition> AbstractPatternDefinitionResolver.addDefinitionsAsPatternMatchers(List<DefinitionPatternMatcher> matchers, Map<String,Definition> defsMap)
          Adds definitions, filtering and adding them to the list of definition pattern matchers.
 

Uses of DefinitionPatternMatcher in org.apache.tiles.definition.pattern.regexp
 

Classes in org.apache.tiles.definition.pattern.regexp that implement DefinitionPatternMatcher
 class RegexpDefinitionPatternMatcher
          Matches regular expression patterns in definitions.
 

Methods in org.apache.tiles.definition.pattern.regexp that return DefinitionPatternMatcher
 DefinitionPatternMatcher RegexpDefinitionPatternMatcherFactory.createDefinitionPatternMatcher(String pattern, Definition definition)
          Creates a new definition pattern matcher.
 

Uses of DefinitionPatternMatcher in org.apache.tiles.definition.pattern.wildcard
 

Classes in org.apache.tiles.definition.pattern.wildcard that implement DefinitionPatternMatcher
 class WildcardDefinitionPatternMatcher
          Matches wildcard patterns in definitions.
 

Methods in org.apache.tiles.definition.pattern.wildcard that return DefinitionPatternMatcher
 DefinitionPatternMatcher WildcardDefinitionPatternMatcherFactory.createDefinitionPatternMatcher(String pattern, Definition definition)
          Creates a new definition pattern matcher.
 



Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.