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