Class PaxWebFilterMapping

  • All Implemented Interfaces:
    org.eclipse.jetty.util.component.Dumpable

    public class PaxWebFilterMapping
    extends org.eclipse.jetty.servlet.FilterMapping
    Special FilterMapping that rememebers FilterModel that it represents.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.Dumpable

        org.eclipse.jetty.util.component.Dumpable.DumpableContainer
    • Field Summary

      • Fields inherited from class org.eclipse.jetty.servlet.FilterMapping

        ALL, ASYNC, DEFAULT, ERROR, FORWARD, INCLUDE, REQUEST
      • Fields inherited from interface org.eclipse.jetty.util.component.Dumpable

        KEY
    • Constructor Summary

      Constructors 
      Constructor Description
      PaxWebFilterMapping​(org.ops4j.pax.web.service.spi.model.elements.FilterModel filterModel, org.ops4j.pax.web.service.spi.model.elements.FilterModel.DynamicMapping dynamicMapping)
      Version of the filter mapping that uses the dynamic part of FilterModel's mapping.
      PaxWebFilterMapping​(org.ops4j.pax.web.service.spi.model.elements.FilterModel filterModel, org.ops4j.pax.web.service.spi.model.elements.FilterModel.Mapping mapping)
      FilterMapping with selected FilterModel.Mapping
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.ops4j.pax.web.service.spi.model.elements.FilterModel getFilterModel()  
      boolean isAfter()  
      • Methods inherited from class org.eclipse.jetty.servlet.FilterMapping

        appliesTo, dispatch, dispatch, dispatch, dump, dump, getDispatcherTypes, getFilterName, getPathSpecs, getServletNames, isDefaultDispatches, setDispatcherTypes, setDispatches, setFilterName, setPathSpec, setPathSpecs, setServletName, setServletNames, toString
      • Methods inherited from interface org.eclipse.jetty.util.component.Dumpable

        dumpSelf
    • Constructor Detail

      • PaxWebFilterMapping

        public PaxWebFilterMapping​(org.ops4j.pax.web.service.spi.model.elements.FilterModel filterModel,
                                   org.ops4j.pax.web.service.spi.model.elements.FilterModel.Mapping mapping)
        FilterMapping with selected FilterModel.Mapping
        Parameters:
        filterModel -
        mapping -
      • PaxWebFilterMapping

        public PaxWebFilterMapping​(org.ops4j.pax.web.service.spi.model.elements.FilterModel filterModel,
                                   org.ops4j.pax.web.service.spi.model.elements.FilterModel.DynamicMapping dynamicMapping)
        Version of the filter mapping that uses the dynamic part of FilterModel's mapping.
        Parameters:
        filterModel -
        dynamicMapping -
    • Method Detail

      • getFilterModel

        public org.ops4j.pax.web.service.spi.model.elements.FilterModel getFilterModel()
      • isAfter

        public boolean isAfter()