Class AjaxService

java.lang.Object
juzu.impl.plugin.Service
juzu.impl.plugin.application.ApplicationService
org.exoplatform.commons.juzu.ajax.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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Class<juzu.impl.request.Stage.Unmarshalling>
     
    juzu.Response
    handle(juzu.impl.request.Stage.Unmarshalling argument)
     
    juzu.impl.plugin.ServiceDescriptor
    init(juzu.impl.plugin.ServiceContext context)
     
    void
     

    Methods inherited from class juzu.impl.plugin.application.ApplicationService

    setApplication

    Methods inherited from class juzu.impl.plugin.Service

    getName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AjaxService

      public AjaxService()
  • Method Details

    • init

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

      @PostConstruct public void start() throws Exception
      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>