JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.tapestry.util.text
Interface ICharacterMatcher
All Known Implementing Classes:
AsciiCharacterMatcher
,
CompoundMatcher
,
InverseMatcher
,
WhitespaceMatcher
public interface
ICharacterMatcher
An interface for determining whether a character matches a particular rule.
Since:
4.0
Author:
mb
Method Summary
Methods
Modifier and Type
Method and Description
boolean
matches
(char ch)
Determine whether the given character matches the implemented rule
Method Detail
matches
boolean
matches
(char ch)
Determine whether the given character matches the implemented rule
Parameters:
ch
- the character to be matched
Returns:
true if the character matches the rule
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method