Class DocsRequestSupplier

java.lang.Object
org.codice.ui.admin.docs.DocsRequestSupplier
All Implemented Interfaces:
BiFunction<javax.servlet.http.HttpServletRequest,String,javax.servlet.http.HttpServletRequestWrapper>

public class DocsRequestSupplier extends Object implements BiFunction<javax.servlet.http.HttpServletRequest,String,javax.servlet.http.HttpServletRequestWrapper>
  • Constructor Details

    • DocsRequestSupplier

      public DocsRequestSupplier()
  • Method Details

    • apply

      public javax.servlet.http.HttpServletRequestWrapper apply(javax.servlet.http.HttpServletRequest httpServletRequest, String relativePath)
      Specified by:
      apply in interface BiFunction<javax.servlet.http.HttpServletRequest,String,javax.servlet.http.HttpServletRequestWrapper>