Uses of Interface
atg.rest.processor.RestProcessor

Packages that use RestProcessor
atg.rest.processor   
atg.rest.servlet   
 

Uses of RestProcessor in atg.rest.processor
 

Classes in atg.rest.processor that implement RestProcessor
 class BeanProcessor
          The base type for processing bean property based rest requests.
 class GenericRestProcessor
          The base class for processing rest requests.
 class RepositoryProcessor
          The base type for processing repository based rest requests.
 class RestSecurityProcessor
          RestSecurityProcessor the base type for Rest security checking.
 class ServiceProcessor
          A RestProcessor responsible for redirecting requests based on the configured IndirectUrlTemplate.
 

Uses of RestProcessor in atg.rest.servlet
 

Methods in atg.rest.servlet that return RestProcessor
 RestProcessor RestPipelineServlet.getRestProcessor()
           
 

Methods in atg.rest.servlet with parameters of type RestProcessor
 void RestPipelineServlet.setRestProcessor(RestProcessor pRestProcessor)
           
 



Copyright © 2012. All Rights Reserved.