Class FormThemeReference.DefaultMatcher<R, E extends Throwable>

java.lang.Object
de.xima.fc.form.common.models.FormThemeReference.DefaultMatcher<R,E>
Type Parameters:
R - The return type of the matcher functions.
E - The type of exception that the matcher functions may throw.
All Implemented Interfaces:
FormThemeReference.Matcher<R,E>
Enclosing class:
FormThemeReference

public static class FormThemeReference.DefaultMatcher<R, E extends Throwable> extends Object implements FormThemeReference.Matcher<R,E>
A special type of FormThemeReference.Matcher for a form theme that returns a given default value for each type of theme. You can override each method as needed to return a different value.