Class ActionParserContext
java.lang.Object
com.iohao.net.framework.core.ActionParserContext
Mutable context passed to
ActionParserListener callbacks during action parsing.
Carries the current BarSkeleton and the ActionCommand being processed
so that listeners can inspect or enrich them.
- Since:
- 21.7
- Author:
- 渔民小镇
- date:
- 2024-04-30
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe action command currently being parsed.The business framework skeleton that owns the action being parsed. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
barSkeleton
The business framework skeleton that owns the action being parsed. -
actionCommand
The action command currently being parsed.
-
-
Constructor Details
-
ActionParserContext
public ActionParserContext()
-