Package org.glassfish.jersey.examples.shortener.webapp.resource

Class Summary
PermanentLinkResource Resource representing permanent page to a shortened link.
ResolverResource Resource resolving shortened link and relocating (HTTP 301) a client to the original link.
ShortenerResource Resource responsible of providing a form to create shortened link (see ShortenerResource.form()) and shortening posted link (see ShortenerResource.createLink(String)).
 



Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.