|
WebObjects 5.2.3 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WOSession | |
com.webobjects.appserver | Provides the WebObjects application server, session management classes, component classes, and classes to manage the request-response loop. |
com.webobjects.directtoweb | Provides the framework for rapid development of HTML-based WebObjects applications. |
com.webobjects.eodistribution | Provides the communication mechanism between the client and server components of Java Client applications. |
com.webobjects.jspservlet | Provides the infrastructure that supports the use of WebObjects API in JavaServlet Pages and the deployment of WebObjects components as Servlets. |
Uses of WOSession in com.webobjects.appserver |
Methods in com.webobjects.appserver that return WOSession | |
WOSession |
WOSessionStore.checkOutSessionWithID(String id,
WORequest aRequest)
Checks out a session using id , which is the session id associated with
the session. |
abstract WOSession |
WOSessionStore.removeSessionWithID(String sessionID)
Removes a WOSession instance from storage in order to make it eligible for garbage collection. |
abstract WOSession |
WOSessionStore.restoreSessionWithID(String sessionID,
WORequest aRequest)
Restores a WOSession associated with sessionID from storage. |
WOSession |
WOContext.session()
Returns the object representing the receiving context's session, if one exists. |
WOSession |
WOComponent.session()
Returns the current WOSession object. |
WOSession |
WOApplication.createSessionForRequest(WORequest aRequest)
Creates and returns a WOSession object to manage a session for the client. |
WOSession |
WOApplication.restoreSessionWithID(String aSessionID,
WOContext aContext)
Restores the WOSession object representing a session. |
WOSession |
WOAction.existingSession()
Restores the session based on the request. |
WOSession |
WOAction.session()
If there is no session, this method first tries to restore the session that the request's session ID refers to. |
Methods in com.webobjects.appserver with parameters of type WOSession | |
boolean |
WOStatisticsStore.validateLogin(String string,
WOSession aSession)
Validates if the password string is correct so as to allow
viewing of the application's statistics. |
void |
WOResourceManager.removeDataForKey(String aKey,
WOSession aSession)
Removes the data stored in the dynamic data cache under the key aKey . |
void |
WOResourceManager.setData(NSData someData,
String key,
String type,
WOSession aSession)
Assigns someData to a key and caches it for later url retrieval. |
void |
WOApplication.validationFailedWithException(Throwable t,
Object value,
String keyPath,
WOComponent component,
WOSession session)
Appends a validation failed message to NSLog.err. |
Uses of WOSession in com.webobjects.directtoweb |
Methods in com.webobjects.directtoweb with parameters of type WOSession | |
static D2WContext |
D2WUtils.makeSubContextForDynamicPageNamed(String pageName,
WOSession session)
|
static D2WContext |
D2WUtils.makeSubContextForTaskAndEntity(String task,
EOEntity entity,
WOSession session)
|
ConfirmPageInterface |
D2W.confirmPageForEntityNamed(String entityName,
WOSession session)
Returns a confirm page (a WOComponent object implementing the ConfirmPageInterface) for the entity identified by entityName . |
WOComponent |
D2W.defaultPage(WOSession session)
Returns a default startup page as a WOComponent, which is a query-all page unless you override the rule for the startupTask key. |
EditPageInterface |
D2W.editPageForEntityNamed(String entityName,
WOSession session)
Returns an edit page (a WOComponent object implementing the EditPageInterface) for the entity identified by entityName . |
EditPageInterface |
D2W.editPageForNewObjectWithConfigurationNamed(String configurationName,
WOSession session)
Creates a new object and returns an edit page as a WOComponent implementing the EditPageInterface. |
EditPageInterface |
D2W.editPageForNewObjectWithEntityNamed(String entityName,
WOSession session)
Creates a new object and returns an edit page as a WOComponent implementing the EditPageInterface. |
EditRelationshipPageInterface |
D2W.editRelationshipPageForEntityNamed(String entityName,
WOSession session)
Returns an edit-relationship page as a WOComponent implementing the EditRelationshipPageInterface for the entity identified by entityName . |
ErrorPageInterface |
D2W.errorPage(WOSession session)
Returns an error page as a WOComponent implementing the ErrorPageInterface. |
InspectPageInterface |
D2W.inspectPageForEntityNamed(String entityName,
WOSession session)
Returns an inspect page as a WOComponent implementing the InspectPageInterface for the entity identified by entityName . |
ListPageInterface |
D2W.listPageForEntityNamed(String entityName,
WOSession session)
Returns a list page as a WOComponent implementing the ListPageInterface for the entity identified by entityName . |
WOComponent |
D2W.pageForConfigurationNamed(String dynamicPageName,
WOSession session)
Returns a Direct to Web page as a WOComponent for a named configuration identified by the dynamicPageName argument. |
WOComponent |
D2W.pageForTaskAndEntityNamed(String task,
String entityName,
WOSession session)
Returns a Direct to Web page as a WOComponent for the task identified by task and
the entity identified by entityName . |
QueryAllPageInterface |
D2W.queryAllPage(WOSession session)
Returns a query-all page as a WOComponent implementing the QueryAllPageInterface. |
QueryPageInterface |
D2W.queryPageForEntityNamed(String entityName,
WOSession session)
Returns a query page as a WOComponent object implementing the QueryPageInterface for the entity identified by entityName . |
SelectPageInterface |
D2W.selectPageForEntityNamed(String entityName,
WOSession session)
Returns a select page as a WOComponent implementing the SelectPageInterface for the entity identified by entityName . |
NSArray |
D2W.visibleEntityNames(WOSession session)
|
Constructors in com.webobjects.directtoweb with parameters of type WOSession | |
D2WContext(WOSession session)
Creates a new instance of a context. |
Uses of WOSession in com.webobjects.eodistribution |
Methods in com.webobjects.eodistribution that return WOSession | |
WOSession |
EODistributionContext.session()
Returns the session for the distribution context. |
Methods in com.webobjects.eodistribution with parameters of type WOSession | |
static NSArray |
EODistributionContext.distributionContextsForSession(WOSession session)
Returns a array of distribution contexts for a session. |
Constructors in com.webobjects.eodistribution with parameters of type WOSession | |
EODistributionContext(WOSession session,
EOEditingContext editingContext)
Creates a new distribution context for the session session ,
using editingContext as the editing context which controls
the server-side representation of the enterprise object graph fetched
by the client. |
|
EODistributionContext(WOSession session)
Creates a new distribution context for the session session ,
using the session's defaultEditingContext as the editing context
which controls the server side representation of the enterprise object graph
fetched by the client. |
Uses of WOSession in com.webobjects.jspservlet |
Methods in com.webobjects.jspservlet that return WOSession | |
WOSession |
WOServletSessionStore.removeSessionWithID(String sessionID)
|
WOSession |
WOServletSessionStore.restoreSessionWithID(String sessionID,
WORequest woRequest)
|
static WOSession |
WOServletSessionStore.woSessionFromHttpSession(javax.servlet.http.HttpSession anHttpSession)
Returns the WOSession associated with anHttpSession . |
WOSession |
WOServletContext.session()
Returns the object representing the receiving context's session, if one exists. |
|
Last updated Thu Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV NEXT | FRAMES NO FRAMES |