PATH |
D2WSession
Package: com.webobjects.directtowebInherits from:com.webobjects.appserver.WOSession
Class Description
This class is deprecated. Direct to Web no longer requires a special subclass of
Method Types
Constructors
- d2wApplication
- defaultPage
- editPageForEntityNamed
- editRelationshipPageForEntityNamed
- errorPage
- finalize
- frameForTaskAndEntityNamed
- inspectPageForEntityNamed
- isValidSession
- listPageForEntityNamed
- queryPageForEntityNamed
- setIsValidSession
- toString
Constructors
D2WSession
public D2WSession()
This method is intentionally undocumented. You should never have to invoke or customize it.
Methods
d2wApplication
public static D2WApplication d2wApplication()
This method is intentionally undocumented. You should never have to invoke or customize it.
defaultPage
public WOComponent defaultPage()
This method is intentionally undocumented. You should never have to invoke or customize it.
editPageForEntityNamed
public EditPageInterface editPageForEntityNamed(String entityName)
This method is intentionally undocumented. You should never have to invoke or customize it.
editRelationshipPageForEntityNamed
public EditRelationshipPageInterface editRelationshipPageForEntityNamed(String entityName)
This method is intentionally undocumented. You should never have to invoke or customize it.
errorPage
public ErrorPageInterface errorPage()
This method is intentionally undocumented. You should never have to invoke or customize it.
finalize
public void finalize()
This method is intentionally undocumented. You should never have to invoke or customize it.
frameForTaskAndEntityNamed
public WOComponent frameForTaskAndEntityNamed(String task, String entityName)
This method is intentionally undocumented. You should never have to invoke or customize it.
inspectPageForEntityNamed
public InspectPageInterface inspectPageForEntityNamed(String entityName)
This method is intentionally undocumented. You should never have to invoke or customize it.
isValidSession
public boolean isValidSession()
This method is intentionally undocumented. You should never have to invoke or customize it.
listPageForEntityNamed
public ListPageInterface listPageForEntityNamed(String entityName)
This method is intentionally undocumented. You should never have to invoke or customize it.
queryPageForEntityNamed
public QueryPageInterface queryPageForEntityNamed(String entityName)
This method is intentionally undocumented. You should never have to invoke or customize it.
setIsValidSession
public void setIsValidSession(boolean valid)
This method is intentionally undocumented. You should never have to invoke or customize it.
toString
public String toString()
This method is intentionally undocumented. You should never have to invoke or customize it.
© 2001 Apple Computer, Inc.