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

Packages that use AbstractSubResourceMethod
com.sun.jersey.api.model Provides an abstract model of a resource class. 
com.sun.jersey.server.impl.modelapi.validation   
 

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

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

Methods in com.sun.jersey.api.model with parameters of type AbstractSubResourceMethod
 void AbstractModelVisitor.visitAbstractSubResourceMethod(AbstractSubResourceMethod method)
           
 

Uses of AbstractSubResourceMethod in com.sun.jersey.server.impl.modelapi.validation
 

Methods in com.sun.jersey.server.impl.modelapi.validation with parameters of type AbstractSubResourceMethod
 void BasicValidator.visitAbstractSubResourceMethod(AbstractSubResourceMethod method)
           
 



Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.