Uses of Class
com.sun.jersey.api.model.AbstractSubResourceLocator

Packages that use AbstractSubResourceLocator
com.sun.jersey.api.model Provides an abstract model of a resource class. 
com.sun.jersey.spi.monitoring   
 

Uses of AbstractSubResourceLocator in com.sun.jersey.api.model
 

Methods in com.sun.jersey.api.model that return types with arguments of type AbstractSubResourceLocator
 java.util.List<AbstractSubResourceLocator> AbstractResource.getSubResourceLocators()
          Provides a non-null list of subresource locators available on the resource
 

Methods in com.sun.jersey.api.model with parameters of type AbstractSubResourceLocator
 void AbstractModelVisitor.visitAbstractSubResourceLocator(AbstractSubResourceLocator locator)
           
 

Uses of AbstractSubResourceLocator in com.sun.jersey.spi.monitoring
 

Methods in com.sun.jersey.spi.monitoring with parameters of type AbstractSubResourceLocator
 void DispatchingListener.onSubResourceLocator(long id, AbstractSubResourceLocator locator)
          Called right before sub resource locator method is invoked.
 



Copyright © 2014 Oracle Corporation. All Rights Reserved.