A B C D E F G I L M N P R S T U V X

R

RELOAD_APP_TAG - Static variable in interface com.virtualweaver.xotics.dialect.xape.model.app.AppConstants
 
REMOVE_OBJECT_TAG - Static variable in interface com.virtualweaver.xotics.dialect.xape.model.app.AppConstants
 
REQUEST_HANDLER_TAG - Static variable in interface com.virtualweaver.xotics.dialect.xape.model.app.AppConstants
 
REQ_TYPE_ASYNC - Static variable in interface com.virtualweaver.xotics.dialect.xape.engine.XapConstants
REQ_TYPE_ASYNC is one of the three possible kinds of request. this one represents an asynchronous request, that is, a request which doesn't wait response.
REQ_TYPE_ONEWAY - Static variable in interface com.virtualweaver.xotics.dialect.xape.engine.XapConstants
REQ_TYPE_ONEWAY is one of the three possible kinds of request. this one represents a oneway request, that is, a request with no expected response
REQ_TYPE_SYNC - Static variable in interface com.virtualweaver.xotics.dialect.xape.engine.XapConstants
REQ_TYPE_SYNC is one of the three possible kinds of request. this one represents a synchronous request, that is, a request which waits until response arrives.
reloadApplication(String) - Method in interface com.virtualweaver.xotics.dialect.xape.engine.XapRuntimeEnvironment
Ask Engine to update a XAPE application (named name) at run-time, by reloading its main application document.
removeXPathVariable(String) - Method in interface com.virtualweaver.xotics.dialect.xape.engine.XapRuntimeEnvironment
Removes XPath variable identified by param name form the list of stored variables.
resolveUrl(String) - Method in interface com.virtualweaver.xotics.dialect.xape.engine.XapRuntimeEnvironment
From a string param url representing a relative or absolute URL, returns an absolute URL.
resolveValue(String) - Method in interface com.virtualweaver.xotics.dialect.xape.engine.XapRuntimeEnvironment
In any XAP application arguments of type string, a string can contain XPath request parts enclosed by '{}' which are resolved by this method into strings.

A B C D E F G I L M N P R S T U V X