er.imadaptor.components
Class IMConfirmationAction
java.lang.Object
com.webobjects.appserver.WOElement
com.webobjects.appserver.WODynamicElement
er.imadaptor.components.IMAction
er.imadaptor.components.IMConfirmationAction
public class IMConfirmationAction
- extends IMAction
IMConfirmation has a single binding "confirmed". If the response from the IM buddy matches any of a set of common
"yes", "no", etc words, confirmed is set to the appropriate value. If neither a yes nor a no word is found, confirmed
is set to null. You should bind this to a Boolean rather than a boolean so that you can detect the third state
properly and re-ask the question.
- Author:
- mschrag
Fields inherited from class com.webobjects.appserver.WODynamicElement |
_ConstructorParameters |
Constructor Summary |
IMConfirmationAction(java.lang.String name,
com.webobjects.foundation.NSDictionary associations,
com.webobjects.appserver.WOElement children)
|
Method Summary |
protected void |
actionInvoked(com.webobjects.appserver.WORequest request,
com.webobjects.appserver.WOContext context)
|
Methods inherited from class com.webobjects.appserver.WODynamicElement |
toString |
Methods inherited from class com.webobjects.appserver.WOElement |
takeValuesFromRequest |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IMConfirmationAction
public IMConfirmationAction(java.lang.String name,
com.webobjects.foundation.NSDictionary associations,
com.webobjects.appserver.WOElement children)
actionInvoked
protected void actionInvoked(com.webobjects.appserver.WORequest request,
com.webobjects.appserver.WOContext context)
- Overrides:
actionInvoked
in class IMAction
Copyright © 2002 – 2007 Project Wonder.