@Path(value="i/{link}") @Produces(value="text/html") @ErrorTemplate(name="/error-404") public class PermanentLinkResource extends Object
error-404 page if the provided link is
not valid (see ErrorTemplate and ValidShortenedLink).
Implemented as implicit viewable.| Constructor and Description |
|---|
PermanentLinkResource() |
| Modifier and Type | Method and Description |
|---|---|
URI |
getOriginal() |
URI |
getPermanent() |
URI |
getShortened() |
Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.