模块 org.redkale

注释类型 WebServlet

    • 可选元素概要

      可选元素 
      修饰符和类型 可选元素 说明
      String comment
      备注描述
      int moduleid
      模块ID,一个HttpServlet尽量只有提供一个模块的服务
      String name
      HttpServlet资源名
      boolean repair
      是否自动添加url前缀, 对应application.xml中servlets节点的path属性
      String[] value
      url匹配规则
    • 元素详细资料

      • name

        String name
        HttpServlet资源名
        返回:
        String
        默认值:
        ""
      • repair

        boolean repair
        是否自动添加url前缀, 对应application.xml中servlets节点的path属性
        返回:
        boolean
        默认值:
        true
      • value

        String[] value
        url匹配规则
        返回:
        String[]
        默认值:
        {}
      • moduleid

        int moduleid
        模块ID,一个HttpServlet尽量只有提供一个模块的服务
        返回:
        int
        默认值:
        0
      • comment

        String comment
        备注描述
        返回:
        String
        默认值:
        ""