Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > Direct to Web

D2WApplication

Package: com.apple.yellow.directtoweb

Inherits from:com.apple.yellow.webobjects.WOApplication


Class Description

This class is deprecated. Direct to Web no longer requires a special subclass of WOApplication.

Method Types


Constructors


Constructors


com.apple.yellow.directtoweb.D2WApplication

public D2WApplication()

Standard Java no-argument constructor.
Methods


createSession

public WOSession createSession()

This method is intentionally undocumented. You should never have to invoke or customize it.



handleException

public WOResponse handleException(Throwable exception, WOContext context)

This method is intentionally undocumented. You should never have to invoke or customize it.



handlePageRestorationErrorForRequest

public WOResponse handlePageRestorationErrorForRequest(WORequest request)

This method is intentionally undocumented. You should never have to invoke or customize it.



handleSessionCreationErrorForRequest

public WOResponse handleSessionCreationErrorForRequest(WORequest request)

This method is intentionally undocumented. You should never have to invoke or customize it.



handleSessionRestorationErrorForRequest

public WOResponse handleSessionRestorationErrorForRequest(WORequest request)

This method is intentionally undocumented. You should never have to invoke or customize it.