public interface LoginParameters
Modifier and Type | Method and Description |
---|---|
Pattern |
getContentPattern()
Get the content pattern.
|
Pattern |
getFormNamePattern()
Get the form name pattern.
|
String |
getOverrideTargetURL()
Get the override target URL.
|
int |
getParameterCount()
Get the number of parameters.
|
Pattern |
getParameterNamePattern(int index)
Get the name of the i'th parameter.
|
String |
getParameterValue(int index)
Get the desired value of the i'th parameter.
|
Pattern |
getPreferredLinkPattern()
Get the preferred link pattern.
|
Pattern |
getPreferredRedirectionPattern()
Get the preferred redirection pattern.
|
static final String _rcsid
String getOverrideTargetURL()
Pattern getPreferredRedirectionPattern()
Pattern getPreferredLinkPattern()
Pattern getFormNamePattern()
Pattern getContentPattern()
int getParameterCount()
Pattern getParameterNamePattern(int index)
String getParameterValue(int index)