Interface IClientComponent<C>
- Type Parameters:
C- is the type of the client aIClientComponentcan belong to.
- All Known Implementing Classes:
AbstractSession, AbstractWebClientSession, TestSession, UnderConstructionPageSession, WebClientSession
-
Method Summary
-
Method Details
-
belongsToClient
boolean belongsToClient()- Returns:
- true if the current
IClientComponentbelongs to a client, false otherwise.
-
getStoredParentClient
C getStoredParentClient()- Returns:
- the client of the current
IClientComponent. - Throws:
RuntimeException- if the currentIClientComponentdoes not belong to a client.
-