Class DefaultWebApplicationRequestMapper

java.lang.Object
cloud.piranha.webapp.impl.DefaultWebApplicationRequestMapper
All Implemented Interfaces:
WebApplicationRequestMapper

public class DefaultWebApplicationRequestMapper extends Object implements WebApplicationRequestMapper
The default WebApplicationRequestMapper.
Author:
Manfred Riem ([email protected])
  • Field Details

    • filterMappings

      protected final List<FilterMapping> filterMappings
      Stores the filter mappings.
    • servletMappings

      protected final ConcurrentHashMap<String,​String> servletMappings
      Stores the servlet mappings.
    • defaultServlet

      protected String defaultServlet
      Stores the default servlet
  • Constructor Details

    • DefaultWebApplicationRequestMapper

      public DefaultWebApplicationRequestMapper()
  • Method Details