Class CRUDListParamMethodParameterHandler

java.lang.Object
cool.scx.ext.crud.CRUDListParamMethodParameterHandler
All Implemented Interfaces:
cool.scx.web.parameter_handler.ParameterHandler

public final class CRUDListParamMethodParameterHandler extends Object implements cool.scx.web.parameter_handler.ParameterHandler
a
Version:
1.10.8
Author:
scx567888
  • Field Details

  • Constructor Details

    • CRUDListParamMethodParameterHandler

      public CRUDListParamMethodParameterHandler()
  • Method Details

    • canHandle

      public boolean canHandle(ParameterInfo parameter)
      Specified by:
      canHandle in interface cool.scx.web.parameter_handler.ParameterHandler
    • handle

      public Object handle(ParameterInfo parameter, cool.scx.web.parameter_handler.RequestInfo requestInfo) throws Exception
      Specified by:
      handle in interface cool.scx.web.parameter_handler.ParameterHandler
      Throws:
      Exception