public class ISOCountryWrapper extends BaseWrapper implements APIWrapper<ISOCountry>, APIUnwrapper<ISOCountry>
| Modifier and Type | Field and Description |
|---|---|
protected String |
alpha2 |
protected String |
name |
context| Constructor and Description |
|---|
ISOCountryWrapper() |
| Modifier and Type | Method and Description |
|---|---|
ISOCountry |
unwrap(javax.servlet.http.HttpServletRequest request,
org.springframework.context.ApplicationContext appContext) |
void |
wrapDetails(ISOCountry model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(ISOCountry model,
javax.servlet.http.HttpServletRequest request) |
createElementWrappers, setApplicationContext, transferAdditionalFieldsFromWrapperpublic void wrapDetails(ISOCountry model, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<ISOCountry>public void wrapSummary(ISOCountry model, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<ISOCountry>public ISOCountry unwrap(javax.servlet.http.HttpServletRequest request, org.springframework.context.ApplicationContext appContext)
unwrap in interface APIUnwrapper<ISOCountry>Copyright © 2015. All Rights Reserved.