All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.datalking.web.context.request.RequestScope Maven / Gradle / Ivy

package com.github.datalking.web.context.request;

import com.github.datalking.web.http.RequestAttributes;

/**
 * @author yaoo on 4/29/18
 */
public class RequestScope extends AbstractRequestAttributesScope {

    @Override
    protected int getScope() {
        return RequestAttributes.SCOPE_REQUEST;
    }

    public String getConversationId() {
        return null;
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy