Java org.apache.shiro.web.filter.mgt NamedFilterList fields, constructors, methods, implement or subclass

Example usage for Java org.apache.shiro.web.filter.mgt NamedFilterList fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.shiro.web.filter.mgt NamedFilterList.

The text is from its open source code.

Method

FilterChainproxy(FilterChain filterChain)
Returns a new FilterChain instance that will first execute this list's Filter s (in list order) and end with the execution of the given filterChain instance.