|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.util.parse.metapattern.parsers.MetaPatternParser
org.apache.wicket.util.parse.metapattern.parsers.WordParser
public final class WordParser
Matches a 'word' surrounded by whitespace. See java.util.regex.Pattern for more details on what 'word' means.
| Constructor Summary | |
|---|---|
WordParser(java.lang.CharSequence input)
Construct. |
|
| Method Summary | |
|---|---|
java.lang.String |
getWord()
Gets the word including the optional whitespace surrounding the word. |
| Methods inherited from class org.apache.wicket.util.parse.metapattern.parsers.MetaPatternParser |
|---|
advance, atEnd, matcher, matches, setPattern |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WordParser(java.lang.CharSequence input)
input - to parse| Method Detail |
|---|
public java.lang.String getWord()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||