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
-
-
Constructor Summary
Constructors Constructor Description AjaxService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<juzu.impl.request.Stage.Unmarshalling>getStageType()juzu.Responsehandle(juzu.impl.request.Stage.Unmarshalling argument)juzu.impl.plugin.ServiceDescriptorinit(juzu.impl.plugin.ServiceContext context)voidstart()
-
-
-
Method Detail
-
init
public juzu.impl.plugin.ServiceDescriptor init(juzu.impl.plugin.ServiceContext context) throws Exception- Overrides:
initin classjuzu.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:
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>
-
-