Uses of Package
org.glassfish.jersey.examples.shortener.webapp.validation

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

Classes in org.glassfish.jersey.examples.shortener.webapp.validation used by org.glassfish.jersey.examples.shortener.webapp.domain
ValidShortenedLink
          Checks whether the short link form provided by a client is stored in ShortenerService.
 

Classes in org.glassfish.jersey.examples.shortener.webapp.validation used by org.glassfish.jersey.examples.shortener.webapp.resource
ShortenLink
          Checks whether the given URL to create a shortened link for is valid (see URL and NotBlank).
ValidShortenedLink
          Checks whether the short link form provided by a client is stored in ShortenerService.
 

Classes in org.glassfish.jersey.examples.shortener.webapp.validation used by org.glassfish.jersey.examples.shortener.webapp.validation
ShortenLink
          Checks whether the given URL to create a shortened link for is valid (see URL and NotBlank).
ValidShortenedLink
          Checks whether the short link form provided by a client is stored in ShortenerService.
 



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