Class FilterChainRepository

  • All Implemented Interfaces:
    com.yahoo.component.Component, java.lang.Comparable<com.yahoo.component.Component>

    public class FilterChainRepository
    extends com.yahoo.component.AbstractComponent
    Creates JDisc request/response filter chains.
    Author:
    Tony Vaagenes, bjorncs
    • Field Summary

      • Fields inherited from class com.yahoo.component.AbstractComponent

        isDeconstructable
    • Constructor Summary

      Constructors 
      Constructor Description
      FilterChainRepository​(com.yahoo.container.core.ChainsConfig chainsConfig, com.yahoo.component.provider.ComponentRegistry<com.yahoo.jdisc.http.filter.RequestFilter> requestFilters, com.yahoo.component.provider.ComponentRegistry<com.yahoo.jdisc.http.filter.ResponseFilter> responseFilters, com.yahoo.component.provider.ComponentRegistry<com.yahoo.jdisc.http.filter.SecurityRequestFilter> securityRequestFilters, com.yahoo.component.provider.ComponentRegistry<com.yahoo.jdisc.http.filter.SecurityResponseFilter> securityResponseFilters)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getFilter​(com.yahoo.component.ComponentSpecification componentSpecification)  
      • Methods inherited from class com.yahoo.component.AbstractComponent

        clone, compareTo, deconstruct, getClassName, getId, getIdString, hasInitializedId, initId, isDeconstructable, setIsDeconstructable, toString
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FilterChainRepository

        public FilterChainRepository​(com.yahoo.container.core.ChainsConfig chainsConfig,
                                     com.yahoo.component.provider.ComponentRegistry<com.yahoo.jdisc.http.filter.RequestFilter> requestFilters,
                                     com.yahoo.component.provider.ComponentRegistry<com.yahoo.jdisc.http.filter.ResponseFilter> responseFilters,
                                     com.yahoo.component.provider.ComponentRegistry<com.yahoo.jdisc.http.filter.SecurityRequestFilter> securityRequestFilters,
                                     com.yahoo.component.provider.ComponentRegistry<com.yahoo.jdisc.http.filter.SecurityResponseFilter> securityResponseFilters)
    • Method Detail

      • getFilter

        public java.lang.Object getFilter​(com.yahoo.component.ComponentSpecification componentSpecification)