类 PcCnIndexController


  • @IocBean
    @At("/public/pc/cn")
    public class PcCnIndexController
    extends Object
    中文站点演示 Created by wizzer on 2018/11/11.
    • 构造器详细资料

      • PcCnIndexController

        public PcCnIndexController()
    • 方法详细资料

      • index

        @At(value="/index",
            top=false)
        @Ok("beetl:/public/pc/cn/index/index.html")
        public void index​(@Param(value="page",df="1")
                          int page,
                          @Param(value="size",df="15")
                          int size,
                          @Param(value="startDate",df="")
                          String startDate,
                          @Param(value="endDate",df="")
                          String endDate,
                          javax.servlet.http.HttpServletRequest req)