Schnittstelle IClientComponent<C>
- Typparameter:
C- is the type of the client aIClientComponentcan belong to.
- Alle bekannten Implementierungsklassen:
AbstractSession, AbstractWebClientSession, TestSession, UnderConstructionPageSession, WebClientSession
-
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.
-