public class TransferredURLContext extends AbstractTransferableGUIContext implements URLContext
URLContext.| Modifier and Type | Field and Description |
|---|---|
protected java.net.URL |
url
The URL of the corresponding
HTMLContext to allow for remote
calling. |
activity, activityInstance, executionContext, locale, sessionID, transfrdGUIContextID| Modifier | Constructor and Description |
|---|---|
protected |
TransferredURLContext(TransferredURLContext context,
java.net.URL url)
Creates a new
TransferredURLContext having having the fields of the designated GUI
context and the designated URL. |
|
TransferredURLContext(java.net.URL url,
ActivityInstance activityInstance,
EBPInstanceReference activity,
java.lang.String sessionID,
ExecutionContext executionContext)
Creates a new
URLContext providing the designated
URL that contains the GUI of the corresponding
HTMLContext. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getGUIContextAttributes()
Always returns the empty map.
|
java.net.URL |
getURL()
Gets the URL of the (remote)
HTMLContext which provides the
GUI. |
close, getActivityInstance, getEBPInstanceReference, getExecutionContext, getLocale, getSessionID, getTransferredGUIContextIDclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseprotected final java.net.URL url
HTMLContext to allow for remote
calling.public TransferredURLContext(java.net.URL url,
ActivityInstance activityInstance,
EBPInstanceReference activity,
java.lang.String sessionID,
ExecutionContext executionContext)
URLContext providing the designated
URL that contains the GUI of the corresponding
HTMLContext.url - The URL of the corresponding HTMLContext to allow
for remote calling.activityInstance - The activity instance the corresponding
HTMLContext has been created for.activity - The EBPInstanceReference identifying the
process instance node the corresponding HTMLContext
has been created for.sessionID - The ID of the execution session the corresponding
HTMLContext has been created for uniquely identifying
the component execution on the (remote) runtime manager.executionContext - The execution context of the activity for which the
corresponding HTMLContext has been created for.protected TransferredURLContext(TransferredURLContext context, java.net.URL url)
TransferredURLContext having having the fields of the designated GUI
context and the designated URL.context - The GUI context from which to retrieve the fields.url - The URL of the corresponding HTMLContext to allow for remote calling.public java.net.URL getURL()
URLContextHTMLContext which provides the
GUI.getURL in interface URLContextHTMLContext which provides the
GUI.public java.util.Map<java.lang.String,java.lang.String> getGUIContextAttributes()
AbstractTransferableGUIContextgetGUIContextAttributes in interface de.aristaflow.adept2.model.runtimeenvironment.guicontext.TransferableGUIContextgetGUIContextAttributes in class AbstractTransferableGUIContext