Uses of Enum Class
nablarch.fw.invoker.HandlerListProtector.ProtectMode
Packages that use HandlerListProtector.ProtectMode
-
Uses of HandlerListProtector.ProtectMode in nablarch.fw.invoker
Methods in nablarch.fw.invoker that return HandlerListProtector.ProtectModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static HandlerListProtector.ProtectMode[]
HandlerListProtector.ProtectMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in nablarch.fw.invoker with parameters of type HandlerListProtector.ProtectModeModifier and TypeMethodDescriptionvoid
HandlerListProtector.setProtectMode
(HandlerListProtector.ProtectMode protectMode) ハンドラリストの保護モード(HandlerListProtector.ProtectMode
)を設定する。Constructors in nablarch.fw.invoker with parameters of type HandlerListProtector.ProtectModeModifierConstructorDescriptionHandlerListProtector
(HandlerListProtector.ProtectMode protectMode) コンストラクタ。