Uses of Class
com.aspectran.web.service.AspectranWebService
-
Packages that use AspectranWebService Package Description com.aspectran.web.service Contains a variant of the service interface for web application. -
-
Uses of AspectranWebService in com.aspectran.web.service
Methods in com.aspectran.web.service that return AspectranWebService Modifier and Type Method Description static AspectranWebService
AspectranWebService. create(WebActivityServlet servlet)
Returns a new instance ofAspectranWebService
.static AspectranWebService
AspectranWebService. create(WebActivityServlet servlet, AspectranWebService rootService)
Returns a new instance ofAspectranWebService
.static AspectranWebService
AspectranWebService. create(javax.servlet.ServletContext servletContext)
Returns a new instance ofAspectranWebService
.static AspectranWebService
AspectranWebService. create(javax.servlet.ServletContext servletContext, CoreService rootService)
Returns a new instance ofAspectranWebService
.Methods in com.aspectran.web.service with parameters of type AspectranWebService Modifier and Type Method Description static AspectranWebService
AspectranWebService. create(WebActivityServlet servlet, AspectranWebService rootService)
Returns a new instance ofAspectranWebService
.
-