Package org.eclnt.jsfserver.elements
Class DefaultEventBlockerDuringDecodeAllowAll
java.lang.Object
org.eclnt.jsfserver.elements.DefaultEventBlockerDuringDecodeAllowAll
- All Implemented Interfaces:
IEventBlockerDuringDecode
public class DefaultEventBlockerDuringDecodeAllowAll
extends Object
implements IEventBlockerDuringDecode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
checkIfEventIsBlocked
(BaseActionEvent event, BaseComponent component) boolean
checkIfPassingValueIsBlocked
(BaseComponent component, BaseComponent.DecodePassData decodeInfo, String value)
-
Constructor Details
-
DefaultEventBlockerDuringDecodeAllowAll
public DefaultEventBlockerDuringDecodeAllowAll()
-
-
Method Details
-
checkIfEventIsBlocked
- Specified by:
checkIfEventIsBlocked
in interfaceIEventBlockerDuringDecode
-
checkIfPassingValueIsBlocked
public boolean checkIfPassingValueIsBlocked(BaseComponent component, BaseComponent.DecodePassData decodeInfo, String value) - Specified by:
checkIfPassingValueIsBlocked
in interfaceIEventBlockerDuringDecode
-