Klasse AbstractWebClient<C extends AbstractWebClient<C,S>,S>
java.lang.Object
ch.nolix.system.application.main.AbstractClient<C>
ch.nolix.system.application.main.AbstractBackendClient<C,S>
ch.nolix.system.webapplication.base.AbstractWebClient<C,S>
- Alle implementierten Schnittstellen:
ISecuriyModeHolder,ConnectionSideRequestable,Closeable,CloseStateRequestable,GroupCloseable,ICookieManager,IBackendClient<S>,IClient,AutoCloseable
- Bekannte direkte Unterklassen:
WebClient
public abstract class AbstractWebClient<C extends AbstractWebClient<C,S>,S>
extends AbstractBackendClient<C,S>
implements ICookieManager
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal voiddeleteCookieByName(String name) getOptionalCookieValueByCookieName(String cookieName) getOptionalUrlParameterValueByUrlParameterName(String urlParameterName) protected final voidrunHere(IChainedNode command) Lets the currentAbstractClientrun the given command.protected abstract voidfinal voidsetOrAddCookieWithNameAndValue(String name, String value) Von Klasse geerbte Methoden ch.nolix.system.application.main.AbstractBackendClient
getApplicationAsTarget, getApplicationName, getStoredApplicationService, getStoredCurrentSession, isOnBackend, noteClose, setEndPointVon Klasse geerbte Methoden ch.nolix.system.application.main.AbstractClient
getDataFromCounterpart, getDataFromHere, getSecurityMode, getStoredCloseController, getUrlInstanceNameOfTargetApplication, hasRequestedConnection, hasUrlInstanceNameOfTargetApplication, isClosed, runOnCounterpart, runOnCounterpart, runOnCounterpartVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrol.closecontroller.CloseStateRequestable
isOpenVon Schnittstelle geerbte Methoden ch.nolix.coreapi.net.staterequest.ConnectionSideRequestable
isOnFrontendVon Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrol.closecontroller.GroupCloseable
close, createCloseDependencyTo, getStoredCloseController, isClosedVon Schnittstelle geerbte Methoden ch.nolix.systemapi.application.client.IClient
getUrlInstanceNameOfTargetApplication, hasRequestedConnection, hasUrlInstanceNameOfTargetApplicationVon Schnittstelle geerbte Methoden ch.nolix.coreapi.net.netattribute.ISecuriyModeHolder
getSecurityMode
-
Konstruktordetails
-
AbstractWebClient
public AbstractWebClient()
-
-
Methodendetails
-
deleteCookieByName
- Angegeben von:
deleteCookieByNamein SchnittstelleICookieManager
-
getOptionalCookieValueByCookieName
- Angegeben von:
getOptionalCookieValueByCookieNamein SchnittstelleICookieManager
-
getOptionalUrlParameterValueByUrlParameterName
-
setOrAddCookieWithNameAndValue
- Angegeben von:
setOrAddCookieWithNameAndValuein SchnittstelleICookieManager
-
runHere
Beschreibung aus Klasse kopiert:AbstractClientLets the currentAbstractClientrun the given command.- Angegeben von:
runHerein KlasseAbstractClient<C extends AbstractWebClient<C,S>> - Parameter:
command-
-
runHereOnBaseBackendWebClient
-