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 TypeMethodDescriptionbooleancheckIfEventIsBlocked(BaseActionEvent event, BaseComponent component) booleancheckIfPassingValueIsBlocked(BaseComponent component, BaseComponent.DecodePassData decodeInfo, String value)
-
Method Details
-
checkIfEventIsBlocked
-
checkIfPassingValueIsBlocked
boolean checkIfPassingValueIsBlocked(BaseComponent component, BaseComponent.DecodePassData decodeInfo, String value)
-