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 -
Method Summary
Methods inherited from class juzu.impl.plugin.application.ApplicationService
setApplicationMethods inherited from class juzu.impl.plugin.Service
getName
-
Constructor Details
-
AjaxService
public AjaxService()
-
-
Method Details
-
init
public juzu.impl.plugin.ServiceDescriptor init(juzu.impl.plugin.ServiceContext context) throws Exception - Overrides:
initin classjuzu.impl.plugin.Service- Throws:
Exception
-
start
- Throws:
Exception
-
getStageType
- Specified by:
getStageTypein interfacejuzu.impl.request.RequestFilter<juzu.impl.request.Stage.Unmarshalling>
-
handle
public juzu.Response handle(juzu.impl.request.Stage.Unmarshalling argument) - Specified by:
handlein interfacejuzu.Handler<juzu.impl.request.Stage.Unmarshalling,juzu.Response>
-