Uses of Class
org.glassfish.jersey.examples.shortener.webapp.domain.ShortenedLink

Packages that use ShortenedLink
org.glassfish.jersey.examples.shortener.webapp.resource   
org.glassfish.jersey.examples.shortener.webapp.service   
org.glassfish.jersey.examples.shortener.webapp.validation   
 

Uses of ShortenedLink in org.glassfish.jersey.examples.shortener.webapp.resource
 

Methods in org.glassfish.jersey.examples.shortener.webapp.resource that return ShortenedLink
 ShortenedLink ShortenerResource.createLink(String link)
           
 

Uses of ShortenedLink in org.glassfish.jersey.examples.shortener.webapp.service
 

Methods in org.glassfish.jersey.examples.shortener.webapp.service that return ShortenedLink
static ShortenedLink ShortenerService.getLink(String link)
           
static ShortenedLink ShortenerService.shortenLink(URI baseUri, String link)
           
 

Methods in org.glassfish.jersey.examples.shortener.webapp.service with parameters of type ShortenedLink
static boolean ShortenerService.containsLink(ShortenedLink link)
           
 

Uses of ShortenedLink in org.glassfish.jersey.examples.shortener.webapp.validation
 

Methods in org.glassfish.jersey.examples.shortener.webapp.validation with parameters of type ShortenedLink
 boolean ValidShortenedLink.ShortenedLinkValidator.isValid(ShortenedLink link, javax.validation.ConstraintValidatorContext constraintValidatorContext)
           
 



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