|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.apache.tiles.definition.pattern.wildcard.WildcardDefinitionPatternMatcherFactory
public class WildcardDefinitionPatternMatcherFactory
Creates instances of WildcardDefinitionPatternMatcher.
| Constructor Summary | |
|---|---|
WildcardDefinitionPatternMatcherFactory()
|
|
| Method Summary | |
|---|---|
DefinitionPatternMatcher |
createDefinitionPatternMatcher(java.lang.String pattern,
Definition definition)
Creates a new definition pattern matcher. |
boolean |
isPatternRecognized(java.lang.String candidatePattern)
Checks if a pattern is recognized as a pattern. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WildcardDefinitionPatternMatcherFactory()
| Method Detail |
|---|
public DefinitionPatternMatcher createDefinitionPatternMatcher(java.lang.String pattern,
Definition definition)
createDefinitionPatternMatcher in interface DefinitionPatternMatcherFactorypattern - The pattern to be matched.definition - The base definition. Created definitions by
DefinitionPatternMatcher.createDefinition(String) will created
with this one as a basis.
public boolean isPatternRecognized(java.lang.String candidatePattern)
isPatternRecognized in interface PatternRecognizercandidatePattern - The pattern to check.
true if the pattern has been recognized.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||