Class AjaxService

  • All Implemented Interfaces:
    juzu.Handler<juzu.impl.request.Stage.Unmarshalling,​juzu.Response>, juzu.impl.request.RequestFilter<juzu.impl.request.Stage.Unmarshalling>

    public class AjaxService
    extends juzu.impl.plugin.application.ApplicationService
    implements juzu.impl.request.RequestFilter<juzu.impl.request.Stage.Unmarshalling>
    Author:
    Julien Viet
    • Field Summary

      • Fields inherited from class juzu.impl.plugin.application.ApplicationService

        application
    • Constructor Summary

      Constructors 
      Constructor Description
      AjaxService()  
    • Constructor Detail

      • AjaxService

        public AjaxService()
    • Method Detail

      • init

        public juzu.impl.plugin.ServiceDescriptor init​(juzu.impl.plugin.ServiceContext context)
                                                throws Exception
        Overrides:
        init in class juzu.impl.plugin.Service
        Throws:
        Exception
      • getStageType

        public Class<juzu.impl.request.Stage.Unmarshalling> getStageType()
        Specified by:
        getStageType in interface juzu.impl.request.RequestFilter<juzu.impl.request.Stage.Unmarshalling>
      • handle

        public juzu.Response handle​(juzu.impl.request.Stage.Unmarshalling argument)
        Specified by:
        handle in interface juzu.Handler<juzu.impl.request.Stage.Unmarshalling,​juzu.Response>