public class StateWrapper extends BaseWrapper implements APIWrapper<State>, APIUnwrapper<State>
| Modifier and Type | Field and Description |
|---|---|
protected String |
abbreviation |
protected String |
name |
context| Constructor and Description |
|---|
StateWrapper() |
| Modifier and Type | Method and Description |
|---|---|
State |
unwrap(javax.servlet.http.HttpServletRequest request,
org.springframework.context.ApplicationContext appContext) |
void |
wrapDetails(State model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(State model,
javax.servlet.http.HttpServletRequest request) |
setApplicationContextpublic void wrapDetails(State model, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<State>public void wrapSummary(State model, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<State>public State unwrap(javax.servlet.http.HttpServletRequest request, org.springframework.context.ApplicationContext appContext)
unwrap in interface APIUnwrapper<State>Copyright © 2014. All Rights Reserved.