Class TestVaadinRequest

java.lang.Object
io.jmix.ui.testassist.ui.TestVaadinRequest
All Implemented Interfaces:
com.vaadin.server.VaadinRequest, Serializable

public class TestVaadinRequest extends Object implements com.vaadin.server.VaadinRequest
See Also:
  • Constructor Details

    • TestVaadinRequest

      public TestVaadinRequest()
  • Method Details

    • getParameter

      public String getParameter(String parameter)
      Specified by:
      getParameter in interface com.vaadin.server.VaadinRequest
    • getParameterMap

      public Map<String,String[]> getParameterMap()
      Specified by:
      getParameterMap in interface com.vaadin.server.VaadinRequest
    • getContentLength

      public int getContentLength()
      Specified by:
      getContentLength in interface com.vaadin.server.VaadinRequest
    • getInputStream

      public InputStream getInputStream()
      Specified by:
      getInputStream in interface com.vaadin.server.VaadinRequest
    • getAttribute

      public Object getAttribute(String name)
      Specified by:
      getAttribute in interface com.vaadin.server.VaadinRequest
    • setAttribute

      public void setAttribute(String name, Object value)
      Specified by:
      setAttribute in interface com.vaadin.server.VaadinRequest
    • getPathInfo

      public String getPathInfo()
      Specified by:
      getPathInfo in interface com.vaadin.server.VaadinRequest
    • getContextPath

      public String getContextPath()
      Specified by:
      getContextPath in interface com.vaadin.server.VaadinRequest
    • getWrappedSession

      public com.vaadin.server.WrappedSession getWrappedSession()
      Specified by:
      getWrappedSession in interface com.vaadin.server.VaadinRequest
    • getWrappedSession

      public com.vaadin.server.WrappedSession getWrappedSession(boolean allowSessionCreation)
      Specified by:
      getWrappedSession in interface com.vaadin.server.VaadinRequest
    • getContentType

      public String getContentType()
      Specified by:
      getContentType in interface com.vaadin.server.VaadinRequest
    • getLocale

      public Locale getLocale()
      Specified by:
      getLocale in interface com.vaadin.server.VaadinRequest
    • getRemoteAddr

      public String getRemoteAddr()
      Specified by:
      getRemoteAddr in interface com.vaadin.server.VaadinRequest
    • isSecure

      public boolean isSecure()
      Specified by:
      isSecure in interface com.vaadin.server.VaadinRequest
    • getHeader

      public String getHeader(String headerName)
      Specified by:
      getHeader in interface com.vaadin.server.VaadinRequest
    • getService

      public com.vaadin.server.VaadinService getService()
      Specified by:
      getService in interface com.vaadin.server.VaadinRequest
    • getCookies

      public javax.servlet.http.Cookie[] getCookies()
      Specified by:
      getCookies in interface com.vaadin.server.VaadinRequest
    • getAuthType

      public String getAuthType()
      Specified by:
      getAuthType in interface com.vaadin.server.VaadinRequest
    • getRemoteUser

      public String getRemoteUser()
      Specified by:
      getRemoteUser in interface com.vaadin.server.VaadinRequest
    • getUserPrincipal

      public Principal getUserPrincipal()
      Specified by:
      getUserPrincipal in interface com.vaadin.server.VaadinRequest
    • isUserInRole

      public boolean isUserInRole(String role)
      Specified by:
      isUserInRole in interface com.vaadin.server.VaadinRequest
    • removeAttribute

      public void removeAttribute(String name)
      Specified by:
      removeAttribute in interface com.vaadin.server.VaadinRequest
    • getAttributeNames

      public Enumeration<String> getAttributeNames()
      Specified by:
      getAttributeNames in interface com.vaadin.server.VaadinRequest
    • getLocales

      public Enumeration<Locale> getLocales()
      Specified by:
      getLocales in interface com.vaadin.server.VaadinRequest
    • getRemoteHost

      public String getRemoteHost()
      Specified by:
      getRemoteHost in interface com.vaadin.server.VaadinRequest
    • getRemotePort

      public int getRemotePort()
      Specified by:
      getRemotePort in interface com.vaadin.server.VaadinRequest
    • getCharacterEncoding

      public String getCharacterEncoding()
      Specified by:
      getCharacterEncoding in interface com.vaadin.server.VaadinRequest
    • getReader

      public BufferedReader getReader()
      Specified by:
      getReader in interface com.vaadin.server.VaadinRequest
    • getMethod

      public String getMethod()
      Specified by:
      getMethod in interface com.vaadin.server.VaadinRequest
    • getDateHeader

      public long getDateHeader(String name)
      Specified by:
      getDateHeader in interface com.vaadin.server.VaadinRequest
    • getHeaderNames

      public Enumeration<String> getHeaderNames()
      Specified by:
      getHeaderNames in interface com.vaadin.server.VaadinRequest
    • getHeaders

      public Enumeration<String> getHeaders(String name)
      Specified by:
      getHeaders in interface com.vaadin.server.VaadinRequest