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
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal voiddeleteCookieByName(String name) getOptionalCookieValueByCookieName(String cookieName) getOptionalUrlParameterValueByUrlParameterName(String urlParameterName) protected final voidrunHere(IChainedNode command) Lets the currentClientrun the given command.protected abstract voidfinal voidsetOrAddCookieWithNameAndValue(String name, String value) Von Klasse geerbte Methoden ch.nolix.system.application.main.BackendClient
getApplicationName, getStoredApplicationContext, getStoredCurrentSession, getStoredParentApplication, isBackendClient, isFrontendClient, noteClose, setEndPointVon Klasse geerbte Methoden ch.nolix.system.application.main.Client
asConcrete, containsSessionVariableWithKey, getDataFromCounterpart, getDataFromHere, getSecurityMode, getSessionVariableValueByKey, getStoredCloseController, getTarget, hasRequestedConnection, hasTarget, isClosed, isConnected, isLocalClient, isNetClient, isWebClient, runOnCounterpart, runOnCounterpart, runOnCounterpart, setSessionVariableWithKeyAndValueVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi.CloseStateRequestable
isOpenVon Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi.GroupCloseable
close, createCloseDependencyTo
-
Konstruktordetails
-
BaseWebClient
public BaseWebClient()
-
-
Methodendetails
-
deleteCookieByName
- Angegeben von:
deleteCookieByNamein SchnittstelleICookieManager
-
getOptionalCookieValueByCookieName
- Angegeben von:
getOptionalCookieValueByCookieNamein SchnittstelleICookieManager
-
getOptionalUrlParameterValueByUrlParameterName
-
setOrAddCookieWithNameAndValue
- Angegeben von:
setOrAddCookieWithNameAndValuein SchnittstelleICookieManager
-
runHere
Beschreibung aus Klasse kopiert:ClientLets the currentClientrun the given command. -
runHereOnBaseBackendWebClient
-