Constructor and Description |
---|
RedirectLocations() |
Modifier and Type | Method and Description |
---|---|
void |
add(URI uri)
Adds a new URI to the collection.
|
boolean |
contains(URI uri)
Test if the URI is present in the collection.
|
List<URI> |
getAll()
Returns all redirect
URI s in the order they were added to the collection. |
boolean |
remove(URI uri)
Removes a URI from the collection.
|
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.