Uses of Interface
atg.rest.input.RestInputCustomizer

Packages that use RestInputCustomizer
atg.rest   
atg.rest.input   
 

Uses of RestInputCustomizer in atg.rest
 

Methods in atg.rest that return RestInputCustomizer
 RestInputCustomizer RestConfiguration.getDefaultInputCustomizer()
          Returns the default rest input customizer
 

Methods in atg.rest with parameters of type RestInputCustomizer
 void RestConfiguration.setDefaultInputCustomizer(RestInputCustomizer pDefaultInputCustomizer)
          Sets the default input customizer
 

Uses of RestInputCustomizer in atg.rest.input
 

Classes in atg.rest.input that implement RestInputCustomizer
 class JSONInputCustomizer
          This class implements a JSON REST input customizer.
 class RestInputCustomizerImpl
          An abstract class which implements functionality common to input customizers.
 class XMLInputCustomizer
          This class implements an XML REST input customizer.
 

Methods in atg.rest.input that return RestInputCustomizer
static RestInputCustomizer RestInputCustomizerImpl.getInputCustomizer(java.lang.Class pClass)
          Returns the input customer which can handle the given object class type
static RestInputCustomizer RestInputCustomizerImpl.getInputCustomizer(java.lang.String pMimeType)
          Returns the input customer which can handle the given mime type
 



Copyright © 2012. All Rights Reserved.