Uses of Class
org.apache.wicket.util.parse.metapattern.parsers.MetaPatternParser
Packages that use MetaPatternParser
Package
Description
Regular Expressions meta pattern parsers.
-
Uses of MetaPatternParser in org.apache.wicket.util.parse.metapattern.parsers
Subclasses of MetaPatternParser in org.apache.wicket.util.parse.metapattern.parsersModifier and TypeClassDescriptionfinal classParses out strings separated by commas.final classParses integer variable assignments, such as "x = 9" or "x=9".classParses an arbitrary list format with a pattern for list entries and a pattern for list separators.final classParses XML tag names and attribute names which may include optional namespaces like "namespace:name" or "name".final classParses key value assignment statements like "foo=bar" but also supporting namespaces like "wicket:foo=bar".final classMatches a 'word' surrounded by whitespace.