Java org.eclipse.jgit.http.server.glue MetaFilter fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.http.server.glue MetaFilter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.http.server.glue MetaFilter.

The text is from its open source code.

Subclass

org.eclipse.jgit.http.server.glue.MetaFilter has subclasses.
Click this link to see all its subclasses.

Constructor

MetaFilter()
Empty filter with no bindings.

Method

ServletBinderserveRegex(String expression)
Construct a binding for a regular expression.
ServletBinderserveRegex(Pattern pattern)
Construct a binding for a regular expression.