org.springframework.web.servlet.view.json
Interface JsonViewCallback
- All Known Implementing Classes:
- StandartErrorConverter
public interface JsonViewCallback
Method Summary |
void |
onPopulateErrors(Map model,
org.springframework.web.servlet.support.RequestContext rc,
org.springframework.validation.BindingResult br)
|
void |
onPopulateSuccess(Map model,
org.springframework.web.servlet.support.RequestContext rc,
org.springframework.validation.BindingResult br)
|
KEEP_ALL
static final String KEEP_ALL
- See Also:
- Constant Field Values
REMOVE_COMMAND_BEAN
static final String REMOVE_COMMAND_BEAN
- See Also:
- Constant Field Values
KEEP_ERRORS_ONLY
static final String KEEP_ERRORS_ONLY
- See Also:
- Constant Field Values
onPopulateErrors
void onPopulateErrors(Map model,
org.springframework.web.servlet.support.RequestContext rc,
org.springframework.validation.BindingResult br)
throws Exception
- Throws:
Exception
onPopulateSuccess
void onPopulateSuccess(Map model,
org.springframework.web.servlet.support.RequestContext rc,
org.springframework.validation.BindingResult br)
throws Exception
- Throws:
Exception
Copyright © 2010. All Rights Reserved.