Package org.eclnt.jsfserver.elements
Interface IEventBlockerDuringDecode
- All Known Implementing Classes:
DefaultEventBlockerDuringDecode
,DefaultEventBlockerDuringDecodeAllowAll
public interface IEventBlockerDuringDecode
Checks if event is blocked e.g. for security reasons during the decode phase.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
checkIfEventIsBlocked
(BaseActionEvent event, BaseComponent component) boolean
checkIfPassingValueIsBlocked
(BaseComponent component, BaseComponent.DecodePassData decodeInfo, String value)
-
Method Details
-
checkIfEventIsBlocked
-
checkIfPassingValueIsBlocked
boolean checkIfPassingValueIsBlocked(BaseComponent component, BaseComponent.DecodePassData decodeInfo, String value)
-