类 CRUDListParamMethodParameterHandler

java.lang.Object
cool.scx.ext.crud.CRUDListParamMethodParameterHandler
所有已实现的接口:
cool.scx.core.mvc.parameter_handler.ScxMappingMethodParameterHandler

public final class CRUDListParamMethodParameterHandler extends Object implements cool.scx.core.mvc.parameter_handler.ScxMappingMethodParameterHandler
a
版本:
1.10.8
作者:
scx567888
  • 字段详细资料

  • 构造器详细资料

    • CRUDListParamMethodParameterHandler

      public CRUDListParamMethodParameterHandler()
  • 方法详细资料

    • canHandle

      public boolean canHandle(Parameter parameter)
      指定者:
      canHandle 在接口中 cool.scx.core.mvc.parameter_handler.ScxMappingMethodParameterHandler
    • handle

      public Object handle(Parameter parameter, cool.scx.core.mvc.parameter_handler.ScxMappingRoutingContextInfo scxMappingRoutingContextInfo) throws Exception
      指定者:
      handle 在接口中 cool.scx.core.mvc.parameter_handler.ScxMappingMethodParameterHandler
      抛出:
      Exception