Uses of Class
com.iohao.net.framework.core.ActionCommandRegions
Packages that use ActionCommandRegions
Package
Description
Provides the core action execution model, metadata, lifecycle hooks, and shared runtime building
blocks used by ionet business logic.
Provides framework-specific utility helpers used by action parsing, metadata access, and runtime
support operations.
-
Uses of ActionCommandRegions in com.iohao.net.framework.core
Fields in com.iohao.net.framework.core declared as ActionCommandRegionsMethods in com.iohao.net.framework.core that return ActionCommandRegionsModifier and TypeMethodDescriptionActionCommandParser.getActionCommandRegions()Return the action command regions built by this parser. -
Uses of ActionCommandRegions in com.iohao.net.framework.core.kit
Methods in com.iohao.net.framework.core.kit with parameters of type ActionCommandRegionsModifier and TypeMethodDescriptionstatic voidActionCommandRegionGlobalCheckKit.putActionCommandRegions(String key, ActionCommandRegions actionCommandRegions) Register an ActionCommandRegions instance for global duplicate route detection.