Schnittstelle IClientComponent<C>
- Typparameter:
C- is the type of the client aIClientComponentcan belong to.
- Alle bekannten Implementierungsklassen:
AbstractSession,AbstractWebClientSession,TestSession,UnderConstructionPageSession,WebClientSession
public interface IClientComponent<C>
A
IClientComponent can belong to a client.- Version:
- 2024-12-14
- Autor:
- Silvan Wyss
-
Methodenübersicht
-
Methodendetails
-
belongsToClient
boolean belongsToClient()- Gibt zurück:
- true if the current
IClientComponentbelongs to a client, false otherwise.
-
getStoredParentClient
C getStoredParentClient()- Gibt zurück:
- the client of the current
IClientComponent. - Löst aus:
RuntimeException- if the currentIClientComponentdoes not belong to a client.
-