public class PayPalAction
extends com.webobjects.appserver.WODirectAction
com.webobjects.foundation.NSKeyValueCodingAdditions.DefaultImplementation, com.webobjects.foundation.NSKeyValueCodingAdditions.Utility
com.webobjects.foundation.NSKeyValueCoding._BooleanFieldBinding, com.webobjects.foundation.NSKeyValueCoding._BooleanMethodBinding, com.webobjects.foundation.NSKeyValueCoding._FieldBinding, com.webobjects.foundation.NSKeyValueCoding._ForwardingBinding, com.webobjects.foundation.NSKeyValueCoding._KeyBinding, com.webobjects.foundation.NSKeyValueCoding._KeyBindingCreation, com.webobjects.foundation.NSKeyValueCoding._MethodBinding, com.webobjects.foundation.NSKeyValueCoding._NumberFieldBinding, com.webobjects.foundation.NSKeyValueCoding._NumberMethodBinding, com.webobjects.foundation.NSKeyValueCoding._ReflectionKeyBindingCreation, com.webobjects.foundation.NSKeyValueCoding.ErrorHandling, com.webobjects.foundation.NSKeyValueCoding.MapImplementation, com.webobjects.foundation.NSKeyValueCoding.Null<T>, com.webobjects.foundation.NSKeyValueCoding.UnknownKeyException, com.webobjects.foundation.NSKeyValueCoding.ValueAccessor
com.webobjects.foundation.NSValidation._MethodBinding, com.webobjects.foundation.NSValidation._ValidationBinding, com.webobjects.foundation.NSValidation.DefaultImplementation, com.webobjects.foundation.NSValidation.Utility, com.webobjects.foundation.NSValidation.ValidationException
Modifier and Type | Field and Description |
---|---|
static String |
paypalCgi
The cgi portion of PayPal's url for doing Instant Payment Notification verifications
|
static String |
paypalSite
Simply PayPal's url, sans the protocol
|
static String |
sandboxSite
PayPal developer sandbox URL
|
Constructor and Description |
---|
PayPalAction(com.webobjects.appserver.WORequest aRequest)
Constructor
|
Modifier and Type | Method and Description |
---|---|
com.webobjects.appserver.WOActionResults |
cancelAction()
Provides a default method to return the page to which PayPal will send users after a cancelled transaction.
|
com.webobjects.appserver.WOActionResults |
ipnAction()
Processor for Instant Payment Notifications
The class takes the request and constructs a response that it then echoes back to PayPal, with the additional value "&cmd=_notify-validate.
|
com.webobjects.appserver.WOActionResults |
returnAction()
Provides a default method to return the page to which PayPal will send users after a successful transaction.
|
_componentAction, defaultAction, getSessionIDForRequest, performActionNamed, takeFormValueArraysForKeyArray, takeFormValuesForKeyArray
_isActionOnClass, _methodForAction, _preloadAllActionsOnClass, canAccessFieldsDirectly, context, debugString, existingSession, handleQueryWithUnboundKey, handleTakeValueForUnboundKey, initializeRequestSessionIDInContext, languages, logString, pageWithName, request, session, setLanguages, takeValueForKey, takeValueForKeyPath, toString, unableToSetNullForKey, validateTakeValueForKeyPath, validateValueForKey, valueForKey, valueForKeyPath
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
handleQueryWithUnboundKey, handleTakeValueForUnboundKey, unableToSetNullForKey
takeValueForKeyPath, valueForKeyPath
public static final String paypalSite
public static final String paypalCgi
public static final String sandboxSite
public PayPalAction(com.webobjects.appserver.WORequest aRequest)
aRequest
- WORequestpublic com.webobjects.appserver.WOActionResults ipnAction()
public com.webobjects.appserver.WOActionResults returnAction()
public com.webobjects.appserver.WOActionResults cancelAction()
Copyright © 2002 – 2020 Project Wonder.