com.sun.j2ee.blueprints.petstore.util
Interface WebKeys


public interface WebKeys

This interface contains all the keys that are used to store data in the different scopes of web-tier. These values are the same as those used in the JSP pages (useBean tags).


Field Summary
static java.lang.String AccountModelKey
           
static java.lang.String BillingContactInfoKey
          The contact information corresponding to the billing address of the web user.
static java.lang.String CarrierKey
          The preferred carrier for the web user.
static java.lang.String CatalogModelKey
           
static java.lang.String CreditCardKey
          The key to get credit card information for a web user.
static java.lang.String CurrentScreen
           
static java.lang.String CustomerWebImplKey
           
static java.lang.String InventoryModelKey
           
static java.lang.String LanguageKey
           
static java.lang.String MissingFormDataKey
           
static java.lang.String ModelManagerKey
           
static java.lang.String PreviousScreen
           
static java.lang.String ProfileMgrModelKey
           
static java.lang.String RequestIdKey
          This request-scoped attribute uniquely determines the order associated with a user request.
static java.lang.String RequestProcessorKey
           
static java.lang.String ScreenManagerKey
           
static java.lang.String ServerTypeKey
           
static java.lang.String ShippingAddressRequiredKey
          This attribute describes if the user needs to enter shipping address or not.
static java.lang.String ShippingContactInfoKey
          The contact information corresponding to the shipping address of the web user.
static java.lang.String ShoppingCartModelKey
           
static java.lang.String SigninTargetURL
           
static java.lang.String URLMappingsKey
           
static java.lang.String WebControllerKey
           
 

Field Detail

CatalogModelKey

public static final java.lang.String CatalogModelKey

AccountModelKey

public static final java.lang.String AccountModelKey

ModelManagerKey

public static final java.lang.String ModelManagerKey

ScreenManagerKey

public static final java.lang.String ScreenManagerKey

RequestProcessorKey

public static final java.lang.String RequestProcessorKey

ProfileMgrModelKey

public static final java.lang.String ProfileMgrModelKey

InventoryModelKey

public static final java.lang.String InventoryModelKey

ShoppingCartModelKey

public static final java.lang.String ShoppingCartModelKey

WebControllerKey

public static final java.lang.String WebControllerKey

CurrentScreen

public static final java.lang.String CurrentScreen

PreviousScreen

public static final java.lang.String PreviousScreen

LanguageKey

public static final java.lang.String LanguageKey

URLMappingsKey

public static final java.lang.String URLMappingsKey

CustomerWebImplKey

public static final java.lang.String CustomerWebImplKey

MissingFormDataKey

public static final java.lang.String MissingFormDataKey

SigninTargetURL

public static final java.lang.String SigninTargetURL

ServerTypeKey

public static final java.lang.String ServerTypeKey

ShippingContactInfoKey

public static final java.lang.String ShippingContactInfoKey
The contact information corresponding to the shipping address of the web user.

BillingContactInfoKey

public static final java.lang.String BillingContactInfoKey
The contact information corresponding to the billing address of the web user.

CarrierKey

public static final java.lang.String CarrierKey
The preferred carrier for the web user.

CreditCardKey

public static final java.lang.String CreditCardKey
The key to get credit card information for a web user.

ShippingAddressRequiredKey

public static final java.lang.String ShippingAddressRequiredKey
This attribute describes if the user needs to enter shipping address or not.

RequestIdKey

public static final java.lang.String RequestIdKey
This request-scoped attribute uniquely determines the order associated with a user request.


Copyright © 2001 Sun Microsystems Inc. All Rights Reserved.