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

Packages that use AbstractMethod
com.sun.jersey.api.container.filter Provides common server-side filters. 
com.sun.jersey.api.model Provides an abstract model of a resource class. 
com.sun.jersey.server.impl.container.filter   
com.sun.jersey.server.wadl Provides support for WADL configuration and generation. 
com.sun.jersey.server.wadl.generators Provides support for JAXB WADL generation. 
com.sun.jersey.server.wadl.generators.resourcedoc Provides support for JAXB WADL generation for resource classes. 
com.sun.jersey.spi.container Provides support for containers and the web application that manages resource classes. 
 

Uses of AbstractMethod in com.sun.jersey.api.container.filter
 

Methods in com.sun.jersey.api.container.filter with parameters of type AbstractMethod
 List<ResourceFilter> ResourceDebuggingFilterFactory.create(AbstractMethod am)
           
 List<ResourceFilter> RolesAllowedResourceFilterFactory.create(AbstractMethod am)
           
 

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

Subclasses of AbstractMethod in com.sun.jersey.api.model
 class AbstractImplicitViewMethod
          Abstraction for an implicit view method.
 class AbstractResourceMethod
          Abstraction for a resource method
 class AbstractSetterMethod
           
 class AbstractSubResourceLocator
          Abstraction for a sub resource locator
 class AbstractSubResourceMethod
           
 

Uses of AbstractMethod in com.sun.jersey.server.impl.container.filter
 

Methods in com.sun.jersey.server.impl.container.filter with parameters of type AbstractMethod
 List<ResourceFilter> AnnotationResourceFilterFactory.create(AbstractMethod am)
           
 List<ResourceFilter> FilterFactory.getResourceFilters(AbstractMethod am)
           
 

Uses of AbstractMethod in com.sun.jersey.server.wadl
 

Methods in com.sun.jersey.server.wadl with parameters of type AbstractMethod
 Param WadlGenerator.createParam(AbstractResource r, AbstractMethod m, Parameter p)
           
 Param WadlGeneratorImpl.createParam(AbstractResource r, AbstractMethod m, Parameter p)
           
 

Uses of AbstractMethod in com.sun.jersey.server.wadl.generators
 

Methods in com.sun.jersey.server.wadl.generators with parameters of type AbstractMethod
 Param WadlGeneratorGrammarsSupport.createParam(AbstractResource ar, AbstractMethod am, Parameter p)
           
 Param WadlGeneratorApplicationDoc.createParam(AbstractResource r, AbstractMethod m, Parameter p)
           
 

Uses of AbstractMethod in com.sun.jersey.server.wadl.generators.resourcedoc
 

Methods in com.sun.jersey.server.wadl.generators.resourcedoc with parameters of type AbstractMethod
 Param WadlGeneratorResourceDocSupport.createParam(AbstractResource r, AbstractMethod m, Parameter p)
           
 

Uses of AbstractMethod in com.sun.jersey.spi.container
 

Methods in com.sun.jersey.spi.container with parameters of type AbstractMethod
 List<ResourceFilter> ResourceFilterFactory.create(AbstractMethod am)
          Create a list of ResourceFilter instance given a method of the abstract resource model.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.