Uses of Class
com.iohao.net.framework.core.ActionCommand
Packages that use ActionCommand
Package
Description
Provides Spring integration support for registering and resolving ionet action controllers from
the Spring application context.
Provides the core action execution model, metadata, lifecycle hooks, and shared runtime building
blocks used by ionet business logic.
Provides documentation metadata and code-generation support used to produce client-facing API
artifacts from ionet action definitions.
Provides the action invocation flow model, context propagation, and execution pipeline contracts
used to process business requests end to end.
-
Uses of ActionCommand in com.iohao.net.extension.spring
Methods in com.iohao.net.extension.spring with parameters of type ActionCommandModifier and TypeMethodDescriptionActionFactoryBeanForSpring.getBean(ActionCommand actionCommand) -
Uses of ActionCommand in com.iohao.net.framework.core
Fields in com.iohao.net.framework.core declared as ActionCommandModifier and TypeFieldDescriptionActionParserContext.actionCommandThe action command currently being parsed.ActionCommand[][]ActionCommandRegions.actionCommandsActionCommandsfinal ActionCommand[][]BarSkeleton.actionCommandsfinal ActionCommandSuggestInformation.commandFields in com.iohao.net.framework.core with type parameters of type ActionCommandMethods in com.iohao.net.framework.core that return ActionCommandModifier and TypeMethodDescriptionActionCommandRegion.arrayActionCommand()Convert the subCmd map to a dense array indexed by subCmd.ActionCommand.ActionCommandBuilder.build()Methods in com.iohao.net.framework.core that return types with arguments of type ActionCommandModifier and TypeMethodDescriptionActionCommandRegion.values()Get all action commands in this region.Methods in com.iohao.net.framework.core with parameters of type ActionCommandModifier and TypeMethodDescriptionvoidActionCommandRegion.add(ActionCommand subActionCommand) Register an action command in this region.ActionFactoryBean.getBean(ActionCommand actionCommand) Get or create the action controller instance for the given action command.<T> TDependencyInjectionPart.getBean(ActionCommand actionCommand) Obtain a controller bean from the external container for the given action command.Constructors in com.iohao.net.framework.core with parameters of type ActionCommandModifierConstructorDescriptionSuggestInformation(ActionCommand command) Create a new suggestion context for the given action command. -
Uses of ActionCommand in com.iohao.net.framework.core.doc
Fields in com.iohao.net.framework.core.doc declared as ActionCommandMethods in com.iohao.net.framework.core.doc with parameters of type ActionCommandModifier and TypeMethodDescriptionvoidActionDoc.addActionCommand(ActionCommand actionCommand) Associate a parsedActionCommandwith its existing doc entry. -
Uses of ActionCommand in com.iohao.net.framework.core.flow
Methods in com.iohao.net.framework.core.flow that return ActionCommandModifier and TypeMethodDescriptionDefaultFlowContext.getActionCommand()FlowContext.getActionCommand()Get the action command metadata for the current request.Methods in com.iohao.net.framework.core.flow with parameters of type ActionCommandModifier and TypeMethodDescriptionvoidDefaultFlowContext.setActionCommand(ActionCommand actionCommand) voidFlowContext.setActionCommand(ActionCommand actionCommand) Set the action command metadata.