|
Project Wonder 5.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecter.wopaypal.WOPayPal
public class WOPayPal
WOPayPal is the principal class in the framework. It gets initialized first, and contains the setup for initializing the framework's functionality
Field Summary | |
---|---|
static java.lang.Class[] |
NotificationClassArray
|
static java.lang.String |
PAYPAL_SANDBOX_URL_BASE
|
static java.lang.String |
PAYPAL_SECURE_URL_BASE
|
static java.lang.String |
PAYPAL_URL_BASE
|
static java.lang.String |
SANDBOX_MODE_PROP
Property name to determine if we are using the sandbox or the live site |
Constructor Summary | |
---|---|
WOPayPal()
Constructor. |
Method Summary | |
---|---|
static java.lang.StringBuffer |
baseUrl()
Return the base URL for the PayPal site, either the live or sandbox URL. |
static boolean |
isSandboxMode()
Does the er.wopaypal.sandboxmode is set to true? |
static void |
registerPayPalNotificationListenerObservers()
registerPayPalNotificationListenerObservers sets up the observer in the PayPalNotificationListener to receive notifications of Instant Payment Notifications from the PayPalAction class' ipnAction method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PAYPAL_URL_BASE
public static final java.lang.String PAYPAL_SECURE_URL_BASE
public static final java.lang.String PAYPAL_SANDBOX_URL_BASE
public static final java.lang.Class[] NotificationClassArray
public static final java.lang.String SANDBOX_MODE_PROP
Constructor Detail |
---|
public WOPayPal()
Method Detail |
---|
public static void registerPayPalNotificationListenerObservers()
public static final boolean isSandboxMode()
public static final java.lang.StringBuffer baseUrl()
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |