Klasse BaseWebClient<BBWC extends BaseWebClient<BBWC,AC>,AC>
java.lang.Object
ch.nolix.system.application.main.Client<BBWC>
ch.nolix.system.application.main.BackendClient<BBWC,AC>
ch.nolix.system.application.basewebapplication.BaseWebClient<BBWC,AC>
- Alle implementierten Schnittstellen:
Closeable
,CloseStateRequestable
,GroupCloseable
,ICookieManager
,AutoCloseable
- Bekannte direkte Unterklassen:
WebClient
public abstract class BaseWebClient<BBWC extends BaseWebClient<BBWC,AC>,AC>
extends BackendClient<BBWC,AC>
implements ICookieManager
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal void
deleteCookieByName
(String name) getOptionalCookieValueByCookieName
(String cookieName) getOptionalUrlParameterValueByUrlParameterName
(String urlParameterName) protected final void
runHere
(IChainedNode command) Lets the currentClient
run the given command.protected abstract void
final void
setOrAddCookieWithNameAndValue
(String name, String value) Von Klasse geerbte Methoden ch.nolix.system.application.main.BackendClient
getApplicationName, getStoredApplicationContext, getStoredCurrentSession, getStoredParentApplication, isBackendClient, isFrontendClient, noteClose, setEndPoint
Von Klasse geerbte Methoden ch.nolix.system.application.main.Client
asConcrete, containsSessionVariableWithKey, getConnectionSecurityLevel, getDataFromCounterpart, getDataFromHere, getSessionVariableValueByKey, getStoredCloseController, getTarget, hasRequestedConnection, hasTarget, isClosed, isConnected, isLocalClient, isNetClient, isWebClient, runOnCounterpart, runOnCounterpart, runOnCounterpart, setSessionVariableWithKeyAndValue
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi.CloseStateRequestable
isOpen
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi.GroupCloseable
close, createCloseDependencyTo
-
Konstruktordetails
-
BaseWebClient
public BaseWebClient()
-
-
Methodendetails
-
deleteCookieByName
- Angegeben von:
deleteCookieByName
in SchnittstelleICookieManager
-
getOptionalCookieValueByCookieName
- Angegeben von:
getOptionalCookieValueByCookieName
in SchnittstelleICookieManager
-
getOptionalUrlParameterValueByUrlParameterName
-
setOrAddCookieWithNameAndValue
- Angegeben von:
setOrAddCookieWithNameAndValue
in SchnittstelleICookieManager
-
runHere
Beschreibung aus Klasse kopiert:Client
Lets the currentClient
run the given command. -
runHereOnBaseBackendWebClient
-