org.springframework.web.servlet.view.json
Interface JsonViewCallback

All Known Implementing Classes:
StandartErrorConverter

public interface JsonViewCallback


Field Summary
static String KEEP_ALL
           
static String KEEP_ERRORS_ONLY
           
static String REMOVE_COMMAND_BEAN
           
 
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)
           
 

Field Detail

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
Method Detail

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.