Klasse WebClient<C>
java.lang.Object
ch.nolix.system.application.main.AbstractClient<WebClient<C>>
ch.nolix.system.application.main.AbstractBackendClient<WebClient<C>,C>
ch.nolix.system.application.basewebapplication.AbstractWebClient<WebClient<C>,C>
ch.nolix.system.application.webapplication.WebClient<C>
- Alle implementierten Schnittstellen:
Closeable
,CloseStateRequestable
,GroupCloseable
,ICookieManager
,AutoCloseable
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected INode
<?> getDataFromHere
(IChainedNode request) protected void
Von Klasse geerbte Methoden ch.nolix.system.application.basewebapplication.AbstractWebClient
deleteCookieByName, getOptionalCookieValueByCookieName, getOptionalUrlParameterValueByUrlParameterName, runHere, setOrAddCookieWithNameAndValue
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, 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
-
WebClient
public WebClient()
-
-
Methodendetails
-
getDataFromHere
- Angegeben von:
getDataFromHere
in KlasseAbstractClient<WebClient<C>>
- Parameter:
request
-- Gibt zurück:
- the data the given request requests from the current
AbstractClient
.
-
runHereOnBaseBackendWebClient
- Angegeben von:
runHereOnBaseBackendWebClient
in KlasseAbstractWebClient<WebClient<C>,
C>
-