Interface RequestDTO

All Known Implementing Classes:
RequestDTOImpl

public interface RequestDTO
Created by bpolster.
  • Method Details

    • getRequestURI

      String getRequestURI()
      Returns:
      returns the request not including the protocol, domain, or query string
    • getFullUrLWithQueryString

      String getFullUrLWithQueryString()
      Returns:
      Returns the URL and parameters.
    • isSecure

      Boolean isSecure()
      Returns:
      true if this request came in through HTTPS
    • getRequestContextAttributes

      Map<String,String> getRequestContextAttributes()
    • setRequestContextAttributes

      void setRequestContextAttributes(Map<String,String> requestContextAttributes)
    • getProperties

      Map<String,Object> getProperties()
      By default, converts the properties on
      Returns: