|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AssertURLCheck.URIScheme | |
|---|---|
| net.sf.oval.constraint | This package contains the standard single-value validation constraints in form of Java5 Annotations that can be tagged to class fields, constructor parameters, method parameters and getter method return values. |
| Uses of AssertURLCheck.URIScheme in net.sf.oval.constraint |
|---|
| Methods in net.sf.oval.constraint that return AssertURLCheck.URIScheme | |
|---|---|
AssertURLCheck.URIScheme[] |
AssertURLCheck.getPermittedURISchemes()
Gets the allowed URL schemes. |
static AssertURLCheck.URIScheme |
AssertURLCheck.URIScheme.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AssertURLCheck.URIScheme[] |
AssertURLCheck.URIScheme.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in net.sf.oval.constraint with parameters of type AssertURLCheck.URIScheme | |
|---|---|
void |
AssertURLCheck.setPermittedURISchemes(AssertURLCheck.URIScheme[] permittedURISchemes)
Specifies the allowed URL schemes. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||