パッケージ jakarta.faces.event
インターフェース ComponentSystemEventListener
- すべてのスーパーインターフェース:
EventListenerSE
,FacesListener
- すべての既知の実装クラス:
HtmlBody
、HtmlColumn
、HtmlCommandButton
、HtmlCommandLink
、HtmlCommandScript
、HtmlDataTable
、HtmlDoctype
、HtmlForm
、HtmlGraphicImage
、HtmlHead
、HtmlInputFile
、HtmlInputHidden
、HtmlInputSecret
、HtmlInputText
、HtmlInputTextarea
、HtmlMessage
、HtmlMessages
、HtmlOutcomeTargetButton
、HtmlOutcomeTargetLink
、HtmlOutputFormat
、HtmlOutputLabel
、HtmlOutputLink
、HtmlOutputText
、HtmlPanelGrid
、HtmlPanelGroup
、HtmlSelectBooleanCheckbox
、HtmlSelectManyCheckbox
、HtmlSelectManyListbox
、HtmlSelectManyMenu
、HtmlSelectOneListbox
、HtmlSelectOneMenu
、HtmlSelectOneRadio
、UIColumn
、UICommand
、UIComponent
、UIComponentBase
、UIData
、UIForm
、UIGraphic
、UIImportConstants
、UIInput
、UIMessage
、UIMessages
、UINamingContainer
、UIOutcomeTarget
、UIOutput
、UIPanel
、UIParameter
、UISelectBoolean
、UISelectItem
、UISelectItemGroup
、UISelectItemGroups
、UISelectItems
、UISelectMany
、UISelectOne
、UIViewAction
、UIViewParameter
、UIViewRoot
、UIWebsocket
public interface ComponentSystemEventListener extends FacesListener
このクラスのインプリメンターは、特定のコンポーネントインスタンスにのみインストールされるため、
isListenerForSource()
メソッドを必要としません。isListenerForSource()
メソッドは暗黙的です。また、イベントは常にUIComponent
インスタンスに関連付けられるため、このインターフェースのprocessEvent(jakarta.faces.event.ComponentSystemEvent)
メソッドはComponentSystemEvent
を取ります。- 導入:
- 2.0
メソッドのサマリー
すべてのメソッド インスタンスメソッド 抽象メソッド 修飾子と型 メソッド 説明 void
processEvent(ComponentSystemEvent event)
呼び出されると、リスナーは、特定のSystemEvent
サブクラスの javadoc で指定されたすべての保証が真であると想定できます。
メソッドの詳細
processEvent
void processEvent(ComponentSystemEvent event) throws AbortProcessingException
呼び出されると、リスナーは、特定の
SystemEvent
サブクラスの javadoc で指定されたすべての保証が真であると想定できます。- パラメーター:
event
- 処理中のComponentSystemEvent
インスタンス。- 例外:
AbortProcessingException
- このリクエストでライフサイクル処理を停止するかどうか。