Interface ActionCommandParser


public interface ActionCommandParser
Parse @ActionController annotated classes and build the corresponding ActionCommandRegions routing table.
Since:
25.1
Author:
渔民小镇
date:
2025-09-09
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    buildAction(Set<Class<?>> classSet)
    Scan the given set of controller classes and register their action commands.
    Return the action command regions built by this parser.
  • Method Details

    • getActionCommandRegions

      ActionCommandRegions getActionCommandRegions()
      Return the action command regions built by this parser.
      Returns:
      the parsed action command regions
    • buildAction

      void buildAction(Set<Class<?>> classSet)
      Scan the given set of controller classes and register their action commands.
      Parameters:
      classSet - classes annotated with @ActionController