Class ServletChain


  • public class ServletChain
    extends Object
    Author:
    Stuart Douglas
    • Constructor Detail

      • ServletChain

        public ServletChain​(ServletChain other,
                            String pattern,
                            jakarta.servlet.http.MappingMatch mappingMatch)
    • Method Detail

      • getServletPath

        public String getServletPath()
        Returns:
        The servlet path part
      • getExecutor

        public Executor getExecutor()
      • isDefaultServletMapping

        public boolean isDefaultServletMapping()
      • getMappingMatch

        public jakarta.servlet.http.MappingMatch getMappingMatch()
      • getPattern

        public String getPattern()