Interface IWebExchange

  • All Known Subinterfaces:
    IServletWebExchange

    public interface IWebExchange
    Since:
    3.1.0
    Author:
    Daniel Fernández
    • Method Detail

      • hasSession

        default boolean hasSession()
      • getLocale

        Locale getLocale()
      • getContentType

        String getContentType()
      • getCharacterEncoding

        String getCharacterEncoding()
      • containsAttribute

        boolean containsAttribute​(String name)
      • getAttributeCount

        int getAttributeCount()
      • getAllAttributeNames

        Set<String> getAllAttributeNames()
      • getAttributeValue

        Object getAttributeValue​(String name)
      • setAttributeValue

        void setAttributeValue​(String name,
                               Object value)
      • removeAttribute

        void removeAttribute​(String name)