Java org.apache.wicket.util.parse.metapattern.parsers VariableAssignmentParser fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.util.parse.metapattern.parsers VariableAssignmentParser fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.util.parse.metapattern.parsers VariableAssignmentParser.

The text is from its open source code.

Constructor

VariableAssignmentParser(final CharSequence input)
Construct a variable assignment parser against a given input character sequence

Method

StringgetKey()
Gets the key part (eg 'foo' in 'foo=bar').
StringgetValue()
Gets the value part (eg 'bar' in 'foo=bar').
Matchermatcher()
Gets the matcher.