Package wicket.util.parse.metapattern

Regular Expressions meta pattern support.

See:
          Description

Class Summary
Group A Group is a piece of a regular expression (referenced by some Java field or local variable) that forms a "capturing group" within the larger regular expression.
IntegerGroup A Group that captures integer values (positive and negative whole numbers, not Java ints).
MetaPattern Useful class for constructing readable and reusable regular expressions.
OptionalMetaPattern Makes any MetaPattern optional by enclosing the pattern in an optionality expression.
 

Exception Summary
GroupAlreadyBoundException Thrown if an attempt is made to re-bind a Group to a second capturing group or MetaPattern.
GroupNotBoundException Thrown if a group is not bound.
 

Package wicket.util.parse.metapattern Description

Regular Expressions meta pattern support.



Copyright © 2004-2005 Wicket developers. All Rights Reserved.