org.broadleafcommerce.core.web.api.wrapper
Class CountryWrapper
java.lang.Object
org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
org.broadleafcommerce.core.web.api.wrapper.CountryWrapper
- All Implemented Interfaces:
- APIUnwrapper<Country>, APIWrapper<Country>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
public class CountryWrapper
- extends BaseWrapper
- implements APIWrapper<Country>, APIUnwrapper<Country>
This is a JAXB wrapper around Country.
User: Elbert Bautista
Date: 4/10/12
| Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper |
context |
|
Method Summary |
Country |
unwrap(javax.servlet.http.HttpServletRequest request,
org.springframework.context.ApplicationContext appContext)
|
void |
wrap(Country model,
javax.servlet.http.HttpServletRequest request)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
abbreviation
protected String abbreviation
CountryWrapper
public CountryWrapper()
wrap
public void wrap(Country model,
javax.servlet.http.HttpServletRequest request)
- Specified by:
wrap in interface APIWrapper<Country>
unwrap
public Country unwrap(javax.servlet.http.HttpServletRequest request,
org.springframework.context.ApplicationContext appContext)
- Specified by:
unwrap in interface APIUnwrapper<Country>
Copyright © 2012. All Rights Reserved.