Class WebClient<C>
java.lang.Object
ch.nolix.system.application.main.AbstractClient<WebClient<C>>
ch.nolix.system.application.main.AbstractBackendClient<WebClient<C>, C>
ch.nolix.system.webapplication.base.AbstractWebClient<WebClient<C>, C>
ch.nolix.system.webapplication.main.WebClient<C>
- Type Parameters:
C- is the type of aWebClient.
- All Implemented Interfaces:
ISecuriyModeHolder, ConnectionSideRequestable, Closeable, CloseStateRequestable, GroupCloseable, ICookieManager, IBackendClient<C>, IClient, AutoCloseable
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractWebClient
deleteCookieByName, getOptionalCookieValueByCookieName, getOptionalUrlParameterValueByUrlParameterName, setOrAddCookieWithNameAndValueMethods inherited from class AbstractBackendClient
getApplicationAsTarget, getApplicationName, getStoredApplicationService, isOnBackend, noteCloseMethods inherited from class AbstractClient
getSecurityMode, getStoredCloseController, getUrlInstanceNameOfTargetApplication, hasRequestedConnection, hasUrlInstanceNameOfTargetApplication, isClosedMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CloseStateRequestable
isOpenMethods inherited from interface ConnectionSideRequestable
isOnFrontendMethods inherited from interface GroupCloseable
close, createCloseDependencyTo, getStoredCloseController, isClosedMethods inherited from interface IClient
getUrlInstanceNameOfTargetApplication, hasRequestedConnection, hasUrlInstanceNameOfTargetApplicationMethods inherited from interface ISecuriyModeHolder
getSecurityMode
-
Constructor Details
-
WebClient
public WebClient()
-