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

X

XapAbstractTask - class com.virtualweaver.xotics.dialect.xape.task.XapAbstractTask.
This this an abstract implementation of XapTask, which contains base code common to any XAP Task implementations and a useful method to retrieve arguments.
XapAbstractTask() - Constructor for class com.virtualweaver.xotics.dialect.xape.task.XapAbstractTask
 
XapConstants - interface com.virtualweaver.xotics.dialect.xape.engine.XapConstants.
This interface contains all the constants used by XAPE API.
XapContent - class com.virtualweaver.xotics.dialect.xape.engine.XapContent.
XapContent is an XO container used as root of the XML fragment representing the content of a XAPE request rooted by XapRequest.
XapContent() - Constructor for class com.virtualweaver.xotics.dialect.xape.engine.XapContent
 
XapDocumentId - class com.virtualweaver.xotics.dialect.xape.engine.XapDocumentId.
Represents the full ID of a document loaded by XAPE.
XapDocumentId(String) - Constructor for class com.virtualweaver.xotics.dialect.xape.engine.XapDocumentId
Constructor parsing a string having the following format : sharespace#docname, where sharespace# is optional.
XapDocumentId(String, String) - Constructor for class com.virtualweaver.xotics.dialect.xape.engine.XapDocumentId
Constructor with an optional sharespace and a required docuent name
XapEngine - class com.virtualweaver.xotics.dialect.xape.engine.XapEngine.
This class is the XAP engine. though it can be used directly to be integrated in any development, XapPlayer should be preferred, as it adds XML config support.
XapEngine(XoEnvironment) - Constructor for class com.virtualweaver.xotics.dialect.xape.engine.XapEngine
The engine is instanciated with an existing XO environment.
XapException - exception com.virtualweaver.xotics.dialect.xape.engine.XapException.
This is the class to use to throw XAPE exceptions.
XapException(String, String) - Constructor for class com.virtualweaver.xotics.dialect.xape.engine.XapException
Constructor, makes a message composed with a code location and a contextual message.
XapMessage - class com.virtualweaver.xotics.dialect.xape.engine.XapMessage.
This class is an XO container, base class of XapRequest and XapResponse classes.
XapMessage() - Constructor for class com.virtualweaver.xotics.dialect.xape.engine.XapMessage
 
XapPlayer - class com.virtualweaver.xotics.dialect.xape.player.XapPlayer.
XAPE Player is a enhanced version of XapEngine.
XapPlayer(XoEnvironment, URL) - Constructor for class com.virtualweaver.xotics.dialect.xape.player.XapPlayer
Unique constructor.
XapProcessable - interface com.virtualweaver.xotics.dialect.xape.engine.XapProcessable.
Each processing element of an XML application document must implement this interface.
XapQueue - class com.virtualweaver.xotics.dialect.xape.engine.XapQueue.
This is the message queue used to receive every XapResponse object.
XapQueue() - Constructor for class com.virtualweaver.xotics.dialect.xape.engine.XapQueue
The unique constructor.
XapRepository - class com.virtualweaver.xotics.dialect.xape.engine.XapRepository.
The repository provides the name of current loaded applications, instances and share spaces.
XapRepository(XapRepositoryManager) - Constructor for class com.virtualweaver.xotics.dialect.xape.engine.XapRepository
 
XapRequest - class com.virtualweaver.xotics.dialect.xape.engine.XapRequest.
This class is a request version of a XAPE message.
XapRequest() - Constructor for class com.virtualweaver.xotics.dialect.xape.engine.XapRequest
 
XapResponse - class com.virtualweaver.xotics.dialect.xape.engine.XapResponse.
This XO container is the response root element of a XAPE request subtree.
XapResponse() - Constructor for class com.virtualweaver.xotics.dialect.xape.engine.XapResponse
 
XapRuntimeEnvironment - interface com.virtualweaver.xotics.dialect.xape.engine.XapRuntimeEnvironment.
This class represents an execution environment for XAPE application processing.
XapServletRequestContentHandler - interface com.virtualweaver.xotics.dialect.xape.servlet.XapServletRequestContentHandler.
This interface is responsible to convert a servlet request into an XO object subtree representing request data.
XapServletRequestManager - interface com.virtualweaver.xotics.dialect.xape.servlet.XapServletRequestManager.
This interface is the request/response manager.
XapTask - interface com.virtualweaver.xotics.dialect.xape.engine.XapTask.
The main way to implement a XAPE processing object is to make an XO object implement interface XapProcessable.
xpathRequest(String) - Method in interface com.virtualweaver.xotics.dialect.xape.engine.XapRuntimeEnvironment
Computes an XPath request defined by param req.
xpathRequestNodes(String) - Method in interface com.virtualweaver.xotics.dialect.xape.engine.XapRuntimeEnvironment
The same method as xpathRequest() excepted that result is filtered to show XoNode objects only.

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