org.broadleafcommerce.core.web.api.wrapper
Class BaseWrapper
java.lang.Object
org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
- All Implemented Interfaces:
- org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
- Direct Known Subclasses:
- AddressWrapper, AdjustmentWrapper, AmountItemWrapper, BroadleafEnumerationTypeWrapper, CategoriesWrapper, CategoryAttributeWrapper, CategoryWrapper, CountryWrapper, CustomerAttributeWrapper, CustomerWrapper, DimensionWrapper, FulfillmentGroupItemWrapper, FulfillmentGroupWrapper, FulfillmentOptionWrapper, MediaWrapper, OfferWrapper, OrderAttributeWrapper, OrderItemAttributeWrapper, OrderItemPriceDetailWrapper, OrderItemQualifierWrapper, OrderItemWrapper, OrderWrapper, PaymentInfoWrapper, PaymentReferenceMapWrapper, PaymentResponseItemWrapper, PhoneWrapper, ProductAttributeWrapper, ProductOptionValueWrapper, ProductOptionWrapper, ProductWrapper, ReferencedWrapper, RelatedProductWrapper, SearchFacetValueWrapper, SearchFacetWrapper, SearchResultsWrapper, SkuAttributeWrapper, SkuBundleItemWrapper, SkuWrapper, StateWrapper, TaxDetailWrapper
public abstract class BaseWrapper
- extends Object
- implements org.springframework.context.ApplicationContextAware
Base class for APIWrapper implementations to inject the EntityConfiguration reference.
|
Field Summary |
protected org.springframework.context.ApplicationContext |
context
|
|
Method Summary |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
context
protected org.springframework.context.ApplicationContext context
BaseWrapper
public BaseWrapper()
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
- Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
Copyright © 2013. All Rights Reserved.