public final class RegularExpressionsImplementation extends Object implements RegularExpressions
| Constructor and Description |
|---|
RegularExpressionsImplementation()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Pattern |
getBasicAuthorizationHeaderPattern()
A pattern that matches an HTTP Basic Authorization header.
|
Pattern |
getHeaderPattern()
A pattern that matches an HTTP header.
|
Pattern |
getHiddenInputPattern()
A pattern that matches hidden input parameters in HTML forms.
|
Pattern |
getHyperlinkURIPattern()
A pattern that matches URLs referenced by hyperlinks.
|
Pattern |
getInputPattern()
A pattern that matches input parameters in HTML forms.
|
Pattern |
getLastPathElementPathPattern()
A pattern that matches the last element in a path.
|
Pattern |
getMessageBodyPattern()
A pattern that matches an HTTP message body.
|
Pattern |
getRequestLinePattern()
A pattern that matches the first line of an HTTP request.
|
Pattern |
getResponseLinePattern()
A pattern that matches the first line of an HTTP response.
|
public RegularExpressionsImplementation()
public Pattern getRequestLinePattern()
getRequestLinePattern in interface RegularExpressionspublic Pattern getResponseLinePattern()
getResponseLinePattern in interface RegularExpressionspublic Pattern getMessageBodyPattern()
getMessageBodyPattern in interface RegularExpressionspublic Pattern getHeaderPattern()
getHeaderPattern in interface RegularExpressionspublic Pattern getBasicAuthorizationHeaderPattern()
getBasicAuthorizationHeaderPattern in interface RegularExpressionspublic Pattern getLastPathElementPathPattern()
getLastPathElementPathPattern in interface RegularExpressionspublic Pattern getHyperlinkURIPattern()
getHyperlinkURIPattern in interface RegularExpressionspublic Pattern getInputPattern()
getInputPattern in interface RegularExpressionspublic Pattern getHiddenInputPattern()
getHiddenInputPattern in interface RegularExpressionsCopyright © 2000-2014. All Rights Reserved.