Home > Contents > Index >
Expanded TOC   |    Accordion TOC   |    Annotated TOC   |    Index

 

ICS.GetObj

Retrieves an object that was saved using SetObj() or PushObj().

Syntax

Parameters

name
Name of the object.

Description

The GetObj method retrieves an object that was saved using SetObj. Objects managed using SetObj and GetObj are available within the context of the current page evaluation. They are not persistent across page requests and they cannot be shared by separate page execution threads.

Returns

Object saved. Returns null on error.

Example

The following code gets an object:

See Also

PushObj , SetObj

 

  Home > Contents > Index >

FatWire JAVA Reference
Copyright 2005 by FatWire Software
All rights reserved.