com.bea.alcs.sfweb.controller
Interface EpController
- All Superinterfaces:
- org.springframework.web.servlet.mvc.Controller
- All Known Implementing Classes:
- AbstractEpControllerImpl, AbstractEpFormController, AddressFormControllerImpl, AddToCartControllerImpl, AddToCartSimpleControllerImpl, AddToWishListControllerImpl, AnonymousSignInFormControllerImpl, BillingAddressFormControllerImpl, BillingAndReviewFormControllerImpl, BrowsingControllerImpl, CheckoutControllerImpl, CheckoutCreateAccountFormControllerImpl, CmclientSignInControllerImpl, CreditCardFormControllerImpl, DeliveryOptionsFormControllerImpl, EditAccountFormControllerImpl, ForgottenPasswordFormControllerImpl, GiftCertificateFormControllerImpl, GoogleCallbackControllerImpl, GoogleCheckoutControllerImpl, ImageControllerImpl, InvalidAccessControllerImpl, LicensingFormControllerImpl, LocaleControllerImpl, ManageAccountControllerImpl, MoveToCartControllerImpl, MoveToWishListControllerImpl, OnePageControllerImpl, PayerAuthenticationReturnController, PayPalExpressCheckoutController, PayPalShortcutBeginControllerImpl, PayPalShortcutReturnControllerImpl, ProductLookupControllerImpl, ProductReviewControllerImpl, ProductViewControllerImpl, RemoveCartItemControllerImpl, RemoveWishListItemControllerImpl, SearchControllerImpl, SecureAssetControllerImpl, ShippingAddressFormControllerImpl, ShoppingCartControllerImpl, SignInFormControllerImpl, SignOutCustomerSessionControllerImpl, SimplePageControllerImpl, SitemapControllerImpl, ViewGiftCertificateControllerImpl, ViewOrderControllerImpl, ViewReceiptControllerImpl, WishListControllerImpl
public interface EpController
- extends org.springframework.web.servlet.mvc.Controller
EpController
represents a controller in an MVC pattern
dealing with non-form based requests.
Methods inherited from interface org.springframework.web.servlet.mvc.Controller |
handleRequest |
setRequestHelper
void setRequestHelper(RequestHelper requestHelper)
- Sets the requestHelper instance.
- Parameters:
requestHelper
- -the requesthelper instance.
getRequestHelper
RequestHelper getRequestHelper()
- Gets the requestHelper instance.
- Returns:
- - the currenct requestHelper instance.
setElasticPath
void setElasticPath(ElasticPath elasticPath)
- Sets the elastic path context.
- Parameters:
elasticPath
- the elastic path context instance.
getElasticPath
ElasticPath getElasticPath()
- Return the elastic path context.
- Returns:
- the elastic path context