Example usage for org.springframework.web.servlet.support RequestDataValueProcessor interface-usage

List of usage examples for org.springframework.web.servlet.support RequestDataValueProcessor interface-usage

Introduction

In this page you can find the example usage for org.springframework.web.servlet.support RequestDataValueProcessor interface-usage.

Usage

From source file ru.org.linux.csrf.CSRFRequestDataValueProcessor.java

@Component("requestDataValueProcessor")
public class CSRFRequestDataValueProcessor implements RequestDataValueProcessor {
    private static final Log logger = LogFactory.getLog(CSRFRequestDataValueProcessor.class);

    @Override
    public String processAction(HttpServletRequest request, String action) {

From source file org.hdiv.web.servlet.support.HdivRequestDataValueProcessor.java

/**
 * {@link RequestDataValueProcessor} implementation for HDIV.
 * 
 * @author Gotzon Illarramendi
 */
public class HdivRequestDataValueProcessor implements RequestDataValueProcessor {

From source file com.google.code.rees.scope.spring.ConversationRequestDataValueProcessor.java

/**
 * Configured in the Spring application XML with the ID
 * requestDataValueProcessor.
 * The Spring MVC form tags then call
 * {@link #getExtraHiddenFields(HttpServletRequest)} on this class. In this way,
 * the conversation IDs are placed in the tags.