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