Uses of Interface
com.iizix.gyro.IAppSessionGyro
Uses of IAppSessionGyro in com.iizix.actionactor
Methods in com.iizix.actionactor with parameters of type IAppSessionGyro Modifier and Type Method Description java.lang.String
IActionActor. getEnabledState(IAppSessionGyro appGyro, VSAction action)
Checks if the runnable is enabled for the current VirtualSpace.java.lang.String
JavaActionActorBase. getEnabledState(IAppSessionGyro appGyro, VSAction action)
Checks if the runnable is enabled for the current VirtualSpace.Uses of IAppSessionGyro in com.iizix.api
Methods in com.iizix.api that return IAppSessionGyro Modifier and Type Method Description IAppSessionGyro
BaseEvent. getAppSessionGyro()
Gets the Application Session Gyro instance.Methods in com.iizix.api with parameters of type IAppSessionGyro Modifier and Type Method Description void
IInstanceLifecycleListener. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr owner)
This method is called after the virtualization has completed and that all references, etc, are ready but before any kind of other action is done.Uses of IAppSessionGyro in com.iizix.api.ui
Methods in com.iizix.api.ui that return IAppSessionGyro Modifier and Type Method Description IAppSessionGyro
UIBaseEvent. getAppSessionGyro()
Gets the Application Session Gyro instance.Uses of IAppSessionGyro in com.iizix.api.vs
Methods in com.iizix.api.vs that return IAppSessionGyro Modifier and Type Method Description IAppSessionGyro
VSBaseEvent. getAppSessionGyro()
Gets the Application Session Gyro instance.Methods in com.iizix.api.vs with parameters of type IAppSessionGyro Modifier and Type Method Description IFocusComp
IVSFocusHandler. processFocusMapping(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, int destination, IFocusComp focusComp, int source, IFocusComp currentFocus)
Called to return the component to focus.Uses of IAppSessionGyro in com.iizix.db.actionactor
Methods in com.iizix.db.actionactor with parameters of type IAppSessionGyro Modifier and Type Method Description java.lang.String
DatabaseActionActor. getEnabledState(IAppSessionGyro appGyro, VSAction action)
Checks if the runnable is enabled for the current VirtualSpace.Uses of IAppSessionGyro in com.iizix.db.prop
Methods in com.iizix.db.prop with parameters of type IAppSessionGyro Modifier and Type Method Description ConnectionProfileSetup
DatabaseProps. getConnectionProfileSetup(IAppSessionGyro appGyro)
Gets the connection profile setup configured for this database transaction.void
InputProps. onVirtualSpaceVirtualized(IAppSessionGyro appGyro, VirtualSpace virtualizedVirtualSpace)
Called when the VirtualSpace has been virtualized, giving the opportunity for e.g.void
ResultProps. onVirtualSpaceVirtualized(IAppSessionGyro appGyro, VirtualSpace virtualizedVirtualSpace)
Called when the VirtualSpace has been virtualized, giving the opportunity for e.g.void
ResultSetProps. onVirtualSpaceVirtualized(IAppSessionGyro appGyro, VirtualSpace virtualizedVirtualSpace)
Called when the VirtualSpace has been virtualized, giving the opportunity for e.g.Uses of IAppSessionGyro in com.iizix.gyro
Methods in com.iizix.gyro that return IAppSessionGyro Modifier and Type Method Description IAppSessionGyro[]
IUserAuthenticationUI. getActiveUserSessions(IClientSessionGyro clientGyro)
Gets the current user sessions that can be switched to, i.e.IAppSessionGyro
IClientSessionGyro. getAppSessionGyro()
Gets the Gyro for the application session.IAppSessionGyro
ILockState. getAppSessionGyro()
Gets the application session gyro.static IAppSessionGyro
IAppSessionGyro. getSessionInstance()
Gets the runtime application instance for the current thread in a client session.static IAppSessionGyro
IAppSessionGyro. getSessionInstance(SessionInfo sessionInfo)
Gets the runtime application instance for the current thread in a client session.Methods in com.iizix.gyro with parameters of type IAppSessionGyro Modifier and Type Method Description default UIComp
IAppSessionFocusProvider. findFocusFromVS(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, IVirtualSpaceFocusEngine vsFocusEngine, VirtualSpace vsVirtual, IVSComponent vsComp, UIComp currentFocusedUIComp, boolean mustChangePanel)
Finds the UI focus from VS.default IVSComponent
IAppSessionFocusProvider. getInitialVSFocus(IAppSessionGyro appGyro, IClientSessionGyro clientGyro)
Returns the initial focus to set in the application.void
IClientSessionConnectionListener. onClientConnection(IAppSessionGyro appGyro, IClientSessionGyro clientGyro)
Called when a new client session is connected to the application session.void
IClientSessionConnectionListener. onClientDisposed(IAppSessionGyro appGyro, IClientSessionGyro clientGyro)
Called when a client session is disposed of.void
IAppSessionDisposeListener. onDispose(IAppSessionGyro appGyro)
Called when the application session is disposed of.default void
IAppSessionFocusProvider. onDisposed(IAppSessionGyro appGyro)
Called when the application session is disposed of.default void
IAppSessionFocusProvider. onInitialized(IAppSessionGyro appGyro)
Called when the application session is initialized.boolean
IUserAuthenticationUI. switchTo(IClientSessionGyro clientGyro, IAppSessionGyro session)
Switches to the specified active application session.Uses of IAppSessionGyro in com.iizix.gyro.history
Methods in com.iizix.gyro.history that return IAppSessionGyro Modifier and Type Method Description IAppSessionGyro
IAppHistory. getAppSessionGyro()
Returns the application session gyro.Uses of IAppSessionGyro in com.iizix.prop
Methods in com.iizix.prop that return IAppSessionGyro Modifier and Type Method Description IAppSessionGyro
GProp. getAppSessionGyro()
Returns the Application Session Gyro instance of this virtualized property.IAppSessionGyro
IGProp. getAppSessionGyro()
Returns the Application Session Gyro instance of this virtualized property.Methods in com.iizix.prop with parameters of type IAppSessionGyro Modifier and Type Method Description void
PropCnr. completeVirtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Once the property container has been virtualized and added into a virtualized container, a call to this routine should be done.protected void
PropCnr. doVirtualizePropCnr(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, GProp<?>[] props, java.lang.String extendsName, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr clonedProp)
The rest of the virtualization is done using the correct "this" for inner classes.protected void
ClassReference. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.protected void
FixedVirtualizedAbstractReference. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.protected void
GProp. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.protected void
FixedVirtualizedAbstractReference. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)
Called when this property has been virtualized.protected void
GProp. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)
Called when this property has been virtualized.protected GProp<?>
ClassReference. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.protected GProp<?>
GProp. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.protected GProp<?>
PropCnr. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.Uses of IAppSessionGyro in com.iizix.prop.content
Methods in com.iizix.prop.content with parameters of type IAppSessionGyro Modifier and Type Method Description protected void
AbstractContentUIContainer. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.Uses of IAppSessionGyro in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return IAppSessionGyro Modifier and Type Method Description IAppSessionGyro
UIContextMenu. getAppSessionGyro()
Returns the Application Session Gyro instance of this virtualized property.IAppSessionGyro
UIPanelBase. getAppSessionGyro()
Returns the Application Session Gyro instance of this virtualized property.Methods in com.iizix.prop.ui with parameters of type IAppSessionGyro Modifier and Type Method Description protected void
UIContextMenu. doVirtualizePropCnr(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, GProp<?>[] props, java.lang.String extendsName, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr clonedProp)
The rest of the virtualization is done using the correct "this" for inner classes.protected void
UIPanelBase. doVirtualizePropCnr(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, GProp<?>[] props, java.lang.String extendsName, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr clonedProp)
The rest of the virtualization is done using the correct "this" for inner classes.protected void
ContextMenuReference. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.protected void
UIComp. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.void
UIContextMenu. onVirtualSpaceVirtualized(IAppSessionGyro appGyro, VirtualSpace virtualizedVirtualSpace)
Called when the VirtualSpace has been virtualized, giving the opportunity for e.g.void
UIPanelBase. onVirtualSpaceVirtualized(IAppSessionGyro appGyro, VirtualSpace virtualizedVirtualSpace)
Called when the VirtualSpace has been virtualized, giving the opportunity for e.g.default void
IUIAction. setVSFocus(IAppSessionGyro appGyro)
Called to focus the VS component if defined.LayoutMgr<?>
LayoutMgr. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.UIComps
UIComps. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.UIContextMenu
UIContextMenu. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace)
Call this method to "virtualize" a property tree.UIPanelBase
UIPanelBase. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace)
Call this method to "virtualize" a property tree.protected GProp<?>
UIPanelBase. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.protected GProp<?>
UIPanelPartCnr. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.Uses of IAppSessionGyro in com.iizix.prop.ui.table
Methods in com.iizix.prop.ui.table with parameters of type IAppSessionGyro Modifier and Type Method Description protected void
UITable. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.Uses of IAppSessionGyro in com.iizix.prop.vs
Methods in com.iizix.prop.vs that return IAppSessionGyro Modifier and Type Method Description IAppSessionGyro
VSActionTXProcess. getAppGyro()
Gets the Application session Gyro engine.IAppSessionGyro
VirtualSpace. getAppSessionGyro()
Returns the Application Session Gyro instance of this virtualized property.Methods in com.iizix.prop.vs with parameters of type IAppSessionGyro Modifier and Type Method Description protected void
VirtualSpace. doVirtualizePropCnr(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, GProp<?>[] props, java.lang.String extendsName, VirtualSpace virtualSpace, PropCnr virtualizedProp, PropCnr clonedProp)
The rest of the virtualization is done using the correct "this" for inner classes.protected void
VirtualSpace. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.protected void
VSComponent. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.protected void
VSRelativeReference. onVirtualizationCompleted(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, boolean isPostResolve)
Called when virtualization completed.protected void
VSComponent. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)
Called when this property has been virtualized.protected void
VSFocusReference. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)
Called when this property has been virtualized.protected void
VSParticipant. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)
Called when this property has been virtualized.protected void
VSReference. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)
Called when this property has been virtualized.protected void
VSRelativeReference. onVirtualized(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp, GProp<?> clonedProp)
Called when this property has been virtualized.void
IVSParticipant. onVirtualSpaceVirtualized(IAppSessionGyro appGyro, VirtualSpace virtualizedVirtualSpace)
Called when the VirtualSpace has been virtualized, giving the opportunity for e.g.void
VSParticipantsHolder. onVirtualSpaceVirtualized(VirtualSpace virtualizedVirtualSpace, IAppSessionGyro appGyro)
Called when the VirtualSpace has been virtualized, giving the opportunity for e.g.VirtualSpace
VirtualSpace. virtualize(IAppSessionGyro appGyro)
Call this method to "virtualize" a property tree.protected GProp<?>
VirtualSpace. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.Uses of IAppSessionGyro in com.iizix.prop.vs.actor
Methods in com.iizix.prop.vs.actor with parameters of type IAppSessionGyro Modifier and Type Method Description java.lang.String
HistoryBackward. getEnabledState(IAppSessionGyro appGyro, VSAction action)
Checks if the runnable is enabled for the current VirtualSpace.java.lang.String
HistoryForward. getEnabledState(IAppSessionGyro appGyro, VSAction action)
Checks if the runnable is enabled for the current VirtualSpace.java.lang.String
SetFocus. getEnabledState(IAppSessionGyro appGyro, VSAction action)
Checks if the runnable is enabled for the current VirtualSpace.java.lang.String
SetSourceFieldValue. getEnabledState(IAppSessionGyro appGyro, VSAction action)
Checks if the runnable is enabled for the current VirtualSpace.java.lang.String
SetTargetFieldValue. getEnabledState(IAppSessionGyro appGyro, VSAction action)
Checks if the runnable is enabled for the current VirtualSpace.java.lang.String
TransportField. getEnabledState(IAppSessionGyro appGyro, VSAction action)
Checks if the runnable is enabled for the current VirtualSpace.java.lang.String
TransportGroup. getEnabledState(IAppSessionGyro appGyro, VSAction action)
Checks if the runnable is enabled for the current VirtualSpace.java.lang.String
TransportSelectedTableRows. getEnabledState(IAppSessionGyro appGyro, VSAction action)
Checks if the runnable is enabled for the current VirtualSpace.java.lang.String
TransportSingleSelectedTableRow. getEnabledState(IAppSessionGyro appGyro, VSAction action)
Checks if the runnable is enabled for the current VirtualSpace.java.lang.String
TransportSingleSelectedTableRowAndColumnToField. getEnabledState(IAppSessionGyro appGyro, VSAction action)
Checks if the runnable is enabled for the current VirtualSpace.java.lang.String
TransportSingleSelectedTableRowToFields. getEnabledState(IAppSessionGyro appGyro, VSAction action)
Checks if the runnable is enabled for the current VirtualSpace.java.lang.String
TransportTableColumn. getEnabledState(IAppSessionGyro appGyro, VSAction action)
Checks if the runnable is enabled for the current VirtualSpace.java.lang.String
TransportTableRows. getEnabledState(IAppSessionGyro appGyro, VSAction action)
Checks if the runnable is enabled for the current VirtualSpace.Uses of IAppSessionGyro in com.iizix.server.app
Methods in com.iizix.server.app with parameters of type IAppSessionGyro Modifier and Type Method Description VirtualizedItem<PROPCNR>
IVirtualsContainer. addVirtualInstance(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PROPCNR vpc, PROPCNR pc)
Adds a virtualized property to the container.VirtualizedItem<PROPCNR>
VirtualsContainer. addVirtualInstance(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PROPCNR vpc, PROPCNR pc)
Adds a virtualized property to the container.Uses of IAppSessionGyro in com.iizix.server.geo
Methods in com.iizix.server.geo with parameters of type IAppSessionGyro Modifier and Type Method Description boolean
UserLocationHistory. addLocationListener(IAppSessionGyro appGyro, IUserLocationListener listener)
Adds a listener for changes in the user's location.Uses of IAppSessionGyro in com.iizix.server.gyro
Classes in com.iizix.server.gyro that implement IAppSessionGyro Modifier and Type Class Description class
AppSessionGyro
Gyro instance that is used for a single user running one application.Uses of IAppSessionGyro in com.iizix.server.oauth
Constructors in com.iizix.server.oauth with parameters of type IAppSessionGyro Constructor Description OAuthSession(IAppSessionGyro appGyro)
Constructs a new authentication session for the application session.Uses of IAppSessionGyro in com.iizix.server.user
Methods in com.iizix.server.user with parameters of type IAppSessionGyro Modifier and Type Method Description UserProfileImageRequest
UserProfileImageRequest. appSessionGyro(IAppSessionGyro appGyro)
Assigns the App Session Gyro to use.RuntimeImageDefinition
AuthenticatedUser. getProfileImage(IAppSessionGyro appGyro, int width, int height, int quality, boolean createDefault)
Gets the profile image for the user scaled to the requested size.RuntimeImageDefinition
AuthenticatedUser. getProfileImage(IAppSessionGyro appGyro, int width, int height, int quality, boolean createDefault, int rounded)
Gets the profile image for the user scaled to the requested size.Uses of IAppSessionGyro in com.iizix.server.wsfile
Methods in com.iizix.server.wsfile with parameters of type IAppSessionGyro Modifier and Type Method Description void
WSFileProvider. downloadFiles(IAppSessionGyro appGyro, IWSFileDownload[] files, java.lang.Runnable completed)
Downloads the collection of files.Uses of IAppSessionGyro in com.iizix.term.prop
Methods in com.iizix.term.prop with parameters of type IAppSessionGyro Modifier and Type Method Description java.lang.String
TerminalActionActor. getEnabledState(IAppSessionGyro appGyro, VSAction action)
Checks if the runnable is enabled for the current VirtualSpace.void
ScreenProp. onVirtualSpaceVirtualized(IAppSessionGyro appGyro, VirtualSpace virtualizedVirtualSpace)
Called when the VirtualSpace has been virtualized, giving the opportunity for e.g.Uses of IAppSessionGyro in com.iizix.urn.user
Methods in com.iizix.urn.user that return IAppSessionGyro Modifier and Type Method Description IAppSessionGyro
IUserProfileImageRequest. getAppSessionGyro()
Gets the application session gyro.Methods in com.iizix.urn.user with parameters of type IAppSessionGyro Modifier and Type Method Description IUserProfileImageRequest
IUserProfileImageRequest. appSessionGyro(IAppSessionGyro appGyro)
Assigns the App Session Gyro to use.Uses of IAppSessionGyro in com.iizix.user.geo
Methods in com.iizix.user.geo with parameters of type IAppSessionGyro Modifier and Type Method Description boolean
IUserLocationHistory. addLocationListener(IAppSessionGyro appGyro, IUserLocationListener listener)
Adds a listener for changes in the user's location.Uses of IAppSessionGyro in com.iizix.ws.actionactor
Methods in com.iizix.ws.actionactor with parameters of type IAppSessionGyro Modifier and Type Method Description java.lang.String
WebServiceActionActor. getEnabledState(IAppSessionGyro appGyro, VSAction action)
Checks if the runnable is enabled for the current VirtualSpace.Uses of IAppSessionGyro in com.iizix.ws.api
Methods in com.iizix.ws.api with parameters of type IAppSessionGyro Modifier and Type Method Description void
IReplyProcessor. processReply(IAppSessionGyro appGyro, OutputProps output, IReplyContent reply)
Processes the reply contents for the Web Service.Uses of IAppSessionGyro in com.iizix.ws.engine
Methods in com.iizix.ws.engine that return IAppSessionGyro Modifier and Type Method Description IAppSessionGyro
RESTfulRequest. getAppSessionGyro()
Returns the application session gyro instance.Methods in com.iizix.ws.engine with parameters of type IAppSessionGyro Modifier and Type Method Description IReplyContent
IExecuteWebService. doExecute(IAppSessionGyro appGyro, boolean doPerform)
Executes the Web Service request.Constructors in com.iizix.ws.engine with parameters of type IAppSessionGyro Constructor Description RESTfulRequest(IAppSessionGyro appGyro, WebServiceProp wsProp, IRequestContent requestContent, boolean doPerform)
Constructs the transaction for the Web Service.Uses of IAppSessionGyro in com.iizix.ws.prop
Methods in com.iizix.ws.prop with parameters of type IAppSessionGyro Modifier and Type Method Description abstract IReplyContent
AbstractInputProps. doExecute(IAppSessionGyro appGyro, boolean doPerform)
Executes the Web Service request.IReplyContent
RESTfulInputProps. doExecute(IAppSessionGyro appGyro, boolean doPerform)
Executes the Web Service request.IReplyContent
WebServiceProp. doExecute(IAppSessionGyro appGyro, boolean doPerform)
Executes the Web Service request.void
OutputProps. onVirtualSpaceVirtualized(IAppSessionGyro appGyro, VirtualSpace virtualizedVirtualSpace)
Called when the VirtualSpace has been virtualized, giving the opportunity for e.g.void
RESTfulInputProps. onVirtualSpaceVirtualized(IAppSessionGyro appGyro, VirtualSpace virtualizedVirtualSpace)
Called when the VirtualSpace has been virtualized, giving the opportunity for e.g.Uses of IAppSessionGyro in com.iizix.ws.prop.json
Methods in com.iizix.ws.prop.json with parameters of type IAppSessionGyro Modifier and Type Method Description void
JSONReplyDocument. processReply(IAppSessionGyro appGyro, OutputProps output, IReplyContent reply)
Processes the reply contents for the Web Service.protected boolean
JSONReplyDocument. processReply(IAppSessionGyro appGyro, OutputProps output, JSONReply reply, boolean doPerform, IComplexOperation op, java.util.List<VSComponent> list, java.util.Map<VSComponent,java.lang.Throwable> errors)
Processes the reply to populate VirtualSpace.Uses of IAppSessionGyro in com.iizix.ws.prop.url
Methods in com.iizix.ws.prop.url with parameters of type IAppSessionGyro Modifier and Type Method Description void
URLEncodedInput. getParameters(IAppSessionGyro appGyro, java.util.List<WSParameter> list)
Gets all the parameters.Value
URLInputParameter. getValue(IAppSessionGyro appGyro)
Gets the current value.VSField
URLInputParameter. getVSField(IAppSessionGyro appGyro)
Gets the VSField.Uses of IAppSessionGyro in com.iizix.wsfile
Methods in com.iizix.wsfile with parameters of type IAppSessionGyro Modifier and Type Method Description void
IWSFileProvider. downloadFiles(IAppSessionGyro appGyro, IWSFileDownload[] files, java.lang.Runnable completed)
Downloads the collection of files.