|
WebObjects 5.4.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.webobjects.appserver.WOElement com.webobjects.appserver.WOComponent com.webobjects.woextensions.WOSessionRestorationError
public class WOSessionRestorationError
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.webobjects.appserver.WOComponent |
---|
WOComponent.Event |
Nested classes/interfaces inherited from interface com.webobjects.foundation.NSKeyValueCodingAdditions |
---|
NSKeyValueCodingAdditions.DefaultImplementation, NSKeyValueCodingAdditions.Utility |
Nested classes/interfaces inherited from interface com.webobjects.foundation.NSValidation |
---|
NSValidation.DefaultImplementation, NSValidation.Utility, NSValidation.ValidationException |
Field Summary |
---|
Fields inherited from interface com.webobjects.foundation.NSKeyValueCodingAdditions |
---|
KeyPathSeparator |
Constructor Summary | |
---|---|
WOSessionRestorationError(WOContext aContext)
|
Method Summary | |
---|---|
void |
appendToResponse(WOResponse aResponse,
WOContext aContext)
Forces the component to generate its interface and output it in the response's content. |
boolean |
isEventLoggingEnabled()
Called to determine if a component wants event logging. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WOSessionRestorationError(WOContext aContext)
Method Detail |
---|
public boolean isEventLoggingEnabled()
WOComponent
true
.
isEventLoggingEnabled
in class WOComponent
true
if the event logging is enabled for the component, false
otherwiseWOEvent
public void appendToResponse(WOResponse aResponse, WOContext aContext)
WOComponent
appendToResponse
method on the root WOElement object of the component template, which in turn invokes
appendToResponse
. Subclasses of WOComponent can override this method to replace or supplement the default behavior with custom logic.
appendToResponse
in class WOComponent
aResponse
- the HTTP response that an application returns to a Web server to complete a cycle of the request-response loopaContext
- context of a transactionWOComponent.invokeAction(WORequest aRequest, WOContext aContext)
,
WOComponent.takeValuesFromRequest(WORequest aRequest, WOContext aContext)
|
Last updated June 2008 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |