Class AbstractWebClient<C extends AbstractWebClient<C,S>, S>
java.lang.Object
ch.nolix.base.net.clientserver.AbstractClient
ch.nolix.base.net.clientserver.AbstractBackendClient<C,S>
ch.nolix.system.webapplication.base.AbstractWebClient<C,S>
- Type Parameters:
C- the type of aAbstractWebClient.S- the type of the application service of theApplicationof aAbstractWebClient.
- All Implemented Interfaces:
BackendClient<S>, Client, SecurityModeHolder, Closeable, GroupCloseable, OpennessRequestable, ICookieManager, AutoCloseable
- Direct Known Subclasses:
WebClient
public abstract class AbstractWebClient<C extends AbstractWebClient<C,S>, S>
extends AbstractBackendClient<C,S>
implements ICookieManager
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voiddeleteCookieByName(String name) getOptionalCookieValueByCookieName(String cookieName) getOptionalUrlParameterValueByUrlParameterName(String urlParameterName) final voidsetOrAddCookieWithNameAndValue(String name, String value) Methods inherited from class AbstractBackendClient
getApplicationAsTarget, getApplicationName, getStoredApplicationService, isBackendClient, isFrontendClient, 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 Client
getUrlInstanceNameOfTargetApplication, hasRequestedConnection, hasUrlInstanceNameOfTargetApplicationMethods inherited from interface GroupCloseable
close, createCloseDependencyTo, getStoredCloseController, isClosedMethods inherited from interface OpennessRequestable
isOpenMethods inherited from interface SecurityModeHolder
getSecurityMode
-
Constructor Details
-
AbstractWebClient
public AbstractWebClient()
-
-
Method Details
-
deleteCookieByName
- Specified by:
deleteCookieByNamein interfaceICookieManager
-
getOptionalCookieValueByCookieName
- Specified by:
getOptionalCookieValueByCookieNamein interfaceICookieManager
-
getOptionalUrlParameterValueByUrlParameterName
-
setOrAddCookieWithNameAndValue
- Specified by:
setOrAddCookieWithNameAndValuein interfaceICookieManager
-