static URLParameter |
URLParameter.of(FilterConfig config,
String name) |
Returns a URL init parameter for a filter.
|
static URLParameter |
URLParameter.of(ServletConfig config,
String name) |
Returns a URL init parameter for a servlet.
|
static URLParameter |
URLParameter.of(ServletContext context,
String name) |
Returns a URL init parameter for a servlet context.
|
static URLParameter |
URLParameter.of(ServletRequest request,
String name) |
Returns a URL parameter for a servlet request.
|
URLParameter |
URLParameter.protocolIn(String... protocols) |
Validates that the parameter value's protocol has a specific value.
|
URLParameter |
URLParameter.protocolIn(Collection<String> protocols) |
Validates that the parameter value's protocol has a specific value.
|
URLParameter |
URLParameter.protocolIs(String protocol) |
Validates that the parameter value's protocol has a specific value.
|