Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
psdi.webclient.system.session.WebClientSession.RequestType

  • Packages that use WebClientSession.RequestType 
    Package Description
    psdi.webclient.system.session  
    • Uses of WebClientSession.RequestType in psdi.webclient.system.session

      Fields in psdi.webclient.system.session declared as WebClientSession.RequestType 
      Modifier and Type Field and Description
      static WebClientSession.RequestType WebClientSession.RequestType.ASYNC 
      static WebClientSession.RequestType WebClientSession.RequestType.HIGHASYNC 
      static WebClientSession.RequestType WebClientSession.RequestType.NORENDER 
      static WebClientSession.RequestType WebClientSession.RequestType.SYNC 
      Methods in psdi.webclient.system.session that return WebClientSession.RequestType 
      Modifier and Type Method and Description
      WebClientSession.RequestType WebClientSession.getRequestType()
      Returns the current request type
      static WebClientSession.RequestType WebClientSession.getRequestType(javax.servlet.http.HttpServletRequest request)
      Returns the request type from the ServletRequest
      static WebClientSession.RequestType WebClientSession.RequestType.valueFor(java.lang.String type) 
      static WebClientSession.RequestType WebClientSession.RequestType.valueOf(java.lang.String name) 
      static WebClientSession.RequestType[] WebClientSession.RequestType.values() 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes