Class WebInboundInterfaceContextHolder

java.lang.Object
com.gsitm.ustra.java.mvc.logging.interfaces.WebInboundInterfaceContextHolder

public class WebInboundInterfaceContextHolder extends Object
Web에서 Inbound 인터페이스 정보를 저장하기 위한 context holder
  • Constructor Summary

    Constructors
    Constructor
    Description
    WebInboundInterfaceContextHolder(com.gsitm.ustra.java.data.logging.interfaces.holder.InboundInterfaceContextHolder inboundInterfaceContextHolder)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    com.gsitm.ustra.java.data.logging.interfaces.holder.InterfaceHolderInfo
    get()
     
    void
    init(jakarta.servlet.http.HttpServletRequest request, com.gsitm.ustra.java.data.logging.interfaces.info.InterfaceInfo currentInboundInterfaceInfo)
    인터페이스 정보를 조회한다.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WebInboundInterfaceContextHolder

      public WebInboundInterfaceContextHolder(com.gsitm.ustra.java.data.logging.interfaces.holder.InboundInterfaceContextHolder inboundInterfaceContextHolder)
  • Method Details

    • init

      public void init(jakarta.servlet.http.HttpServletRequest request, com.gsitm.ustra.java.data.logging.interfaces.info.InterfaceInfo currentInboundInterfaceInfo)
      인터페이스 정보를 조회한다.
      Parameters:
      request -
    • get

      public com.gsitm.ustra.java.data.logging.interfaces.holder.InterfaceHolderInfo get()
    • clear

      public void clear()