Uses of Interface
atg.rest.output.RestOutputCustomizer

Packages that use RestOutputCustomizer
atg.rest   
atg.rest.output   
atg.rest.processor   
 

Uses of RestOutputCustomizer in atg.rest
 

Methods in atg.rest that return RestOutputCustomizer
 RestOutputCustomizer RestConfiguration.getDefaultOutputCustomizer()
          Returns the default rest output customizer
 

Methods in atg.rest with parameters of type RestOutputCustomizer
 void RestConfiguration.setDefaultOutputCustomizer(RestOutputCustomizer pDefaultOutputCustomizer)
          Set the default rest output customizer.
 

Uses of RestOutputCustomizer in atg.rest.output
 

Classes in atg.rest.output that implement RestOutputCustomizer
 class JSONOutputCustomizer
          This class implements a JSON REST output customizer.
 class RestOutputCustomizerImpl
          An abstract class which implements functionality common to output customizers.
 class XMLOutputCustomizer
          This class implements an XML REST output customizer.
 

Uses of RestOutputCustomizer in atg.rest.processor
 

Methods in atg.rest.processor that return RestOutputCustomizer
 RestOutputCustomizer GenericRestProcessor.getOutputCustomizer()
          Returns the requested or configured rest output customizer.
 

Methods in atg.rest.processor with parameters of type RestOutputCustomizer
 void GenericRestProcessor.setOutputCustomizer(RestOutputCustomizer pOutputCustomizer)
          Set the configured rest output customizer.
 



Copyright © 2012. All Rights Reserved.