public static final class TestURIParserImplementation.TestParseListener extends Object implements URIParser.ParseListener
Constructor and Description |
---|
TestURIParserImplementation.TestParseListener() |
Modifier and Type | Method and Description |
---|---|
boolean |
authority(String authority) |
boolean |
fragment(String fragment) |
boolean |
path(String path) |
boolean |
pathParameterNameValue(String name,
String value) |
boolean |
queryString(String queryString) |
boolean |
queryStringNameValue(String name,
String value) |
boolean |
scheme(String scheme) |
public TestURIParserImplementation.TestParseListener()
public boolean scheme(String scheme)
scheme
in interface URIParser.ParseListener
public boolean authority(String authority)
authority
in interface URIParser.ParseListener
public boolean path(String path)
path
in interface URIParser.ParseListener
public boolean pathParameterNameValue(String name, String value)
pathParameterNameValue
in interface URIParser.ParseListener
public boolean queryString(String queryString)
queryString
in interface URIParser.ParseListener
public boolean queryStringNameValue(String name, String value)
queryStringNameValue
in interface URIParser.ParseListener
public boolean fragment(String fragment)
fragment
in interface URIParser.ParseListener
Copyright © 2000-2014. All Rights Reserved.