com.elasticpath.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, CreditCardFormControllerImpl, DeliveryOptionsFormControllerImpl, EditAccountFormControllerImpl, ForgottenPasswordFormControllerImpl, ImageControllerImpl, InvalidAccessControllerImpl, LicensingFormControllerImpl, LocaleControllerImpl, ManageAccountControllerImpl, MoveToCartControllerImpl, MoveToWishListControllerImpl, OnePageControllerImpl, PayPalExpressCheckoutController, ProductLookupControllerImpl, ProductReviewControllerImpl, ProductViewControllerImpl, RemoveCartItemControllerImpl, RemoveWishListItemControllerImpl, SearchControllerImpl, SecureAssetControllerImpl, ShippingAddressFormControllerImpl, ShoppingCartControllerImpl, SignInFormControllerImpl, SignOutCustomerSessionControllerImpl, SimplePageControllerImpl, SitemapControllerImpl, ViewOrderControllerImpl, 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.


Method Summary
 ElasticPath getElasticPath()
          Return the elastic path context.
 RequestHelper getRequestHelper()
          Gets the requestHelper instance.
 void setElasticPath(ElasticPath elasticPath)
          Sets the elastic path context.
 void setRequestHelper(RequestHelper requestHelper)
          Sets the requestHelper instance.
 
Methods inherited from interface org.springframework.web.servlet.mvc.Controller
handleRequest
 

Method Detail

getElasticPath

ElasticPath getElasticPath()
Return the elastic path context.

Returns:
the elastic path context

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.

setRequestHelper

void setRequestHelper(RequestHelper requestHelper)
Sets the requestHelper instance.

Parameters:
requestHelper - -the requesthelper instance.