Class BaseController
- java.lang.Object
-
- com.github.sonus21.rqueue.web.controller.BaseController
-
- Direct Known Subclasses:
RqueueRestController,RqueueViewController
public class BaseController extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BaseController(RqueueWebConfig rqueueWebConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisEnable(javax.servlet.http.HttpServletResponse response)
-
-
-
Constructor Detail
-
BaseController
public BaseController(RqueueWebConfig rqueueWebConfig)
-
-