java.lang.Object
ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.TemplateFilter
ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.RequestFilter
All Implemented Interfaces:
jakarta.ws.rs.container.ContainerRequestFilter

@Provider @Priority(100) @PreMatching public class RequestFilter extends TemplateFilter
The methods are called here by reflection from the superclass
  • Field Details

  • Constructor Details

    • RequestFilter

      public RequestFilter()
  • Method Details

    • abortWith

      public void abortWith()
    • getAcceptableLanguages

      public void getAcceptableLanguages()
    • getAcceptableLanguagesIsReadOnly

      public void getAcceptableLanguagesIsReadOnly()
    • getAcceptableMediaTypes

      public void getAcceptableMediaTypes()
    • getAcceptableMediaTypesIsReadOnly

      public void getAcceptableMediaTypesIsReadOnly()
    • getCookies

      public void getCookies()
    • getCookiesIsReadOnly

      public void getCookiesIsReadOnly()
    • getDate

      public void getDate()
    • getEntityStream

      public void getEntityStream() throws IOException
      Throws:
      IOException
    • containsHeaderString

      public void containsHeaderString()
    • getHeaders

      public void getHeaders()
    • getHeadersIsMutable

      public void getHeadersIsMutable()
    • getHeaderString2

      public void getHeaderString2()
    • getLanguage

      public void getLanguage()
    • getLength

      public void getLength()
    • getMediaType

      public void getMediaType()
    • getMethod

      public void getMethod()
    • getProperty

      public void getProperty()
    • getPropertyNames

      public void getPropertyNames()
    • getPropertyNamesIsReadOnly

      public void getPropertyNamesIsReadOnly()
    • getRequest

      public void getRequest()
    • getSecurityContext

      public void getSecurityContext()
    • getUriInfo

      public void getUriInfo()
    • hasEntity

      public void hasEntity()
    • removeProperty

      public void removeProperty()
    • setEntityStream

      public void setEntityStream() throws IOException
      Throws:
      IOException
    • setMethod

      public void setMethod()
    • setProperty

      public void setProperty()
    • setPropertyNull

      public void setPropertyNull()
    • setPropertyContext

      public void setPropertyContext()
    • setRequestUri1

      public void setRequestUri1() throws IOException
      Throws:
      IOException
    • setRequestUri2

      public void setRequestUri2() throws IOException
      Throws:
      IOException
    • setSecurityContext

      public void setSecurityContext() throws IOException
      Throws:
      IOException