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.application.basewebapplication.AbstractWebClient<C,S>
- Alle implementierten Schnittstellen:
Closeable
,CloseStateRequestable
,GroupCloseable
,ICookieManager
,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 void
deleteCookieByName
(String name) getOptionalCookieValueByCookieName
(String cookieName) getOptionalUrlParameterValueByUrlParameterName
(String urlParameterName) protected final void
runHere
(IChainedNode command) Lets the currentAbstractClient
run the given command.protected abstract void
final void
setOrAddCookieWithNameAndValue
(String name, String value) Von Klasse geerbte Methoden ch.nolix.system.application.main.AbstractBackendClient
getApplicationName, getStoredApplicationService, getStoredCurrentSession, getStoredParentApplication, isBackendClient, isFrontendClient, noteClose, setEndPoint
Von Klasse geerbte Methoden ch.nolix.system.application.main.AbstractClient
asConcrete, containsSessionVariableWithKey, getDataFromCounterpart, getDataFromHere, getSecurityMode, 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
-
AbstractWebClient
public AbstractWebClient()
-
-
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:AbstractClient
Lets the currentAbstractClient
run the given command.- Angegeben von:
runHere
in KlasseAbstractClient<C extends AbstractWebClient<C,
S>> - Parameter:
command
-
-
runHereOnBaseBackendWebClient
-