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

nablarch.common.handler.threadcontext.InternalRequestIdAttribute Maven / Gradle / Ivy

package nablarch.common.handler.threadcontext;

import nablarch.core.ThreadContext;

/**
 * 内部リクエストIDを保持するスレッドコンテキスト属性。
 * 
 * @author Iwauo Tajima
 */
public class InternalRequestIdAttribute extends RequestIdAttribute {
    /** {@inheritDoc}  */
    public String getKey() {
        return ThreadContext.INTERNAL_REQUEST_ID_KEY;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy