Class ServletPathMatch


  • public class ServletPathMatch
    extends java.lang.Object
    Author:
    Stuart Douglas
    • Constructor Detail

      • ServletPathMatch

        public ServletPathMatch​(ServletChain target,
                                java.lang.String uri,
                                boolean requiredWelcomeFileMatch)
      • ServletPathMatch

        public ServletPathMatch​(ServletChain target,
                                java.lang.String matched,
                                java.lang.String remaining,
                                ServletPathMatch.Type type,
                                java.lang.String rewriteLocation)
    • Method Detail

      • getMatched

        public java.lang.String getMatched()
      • getRemaining

        public java.lang.String getRemaining()
      • isRequiredWelcomeFileMatch

        public boolean isRequiredWelcomeFileMatch()
      • getRewriteLocation

        public java.lang.String getRewriteLocation()
      • getMatchString

        public java.lang.String getMatchString()
      • getMappingMatch

        public jakarta.servlet.http.MappingMatch getMappingMatch()