Interface | Description |
---|---|
LayoutFilter |
Filter collections of layout according some criteria, must
return a subset of the given set.
|
LayoutSelector |
Define rules for selecting layouts from the list of layouts.
|
Class | Description |
---|---|
CloseEndVersionLayoutSelector |
A layout selector that chooses from layouts within the same name space, with
the same name one that has the greatest version that is equal or smaller than
the seed version.
|
CloseUpperVersionFilter |
Select at most one layout of version whose upper boundary is closed on the version
number given.
|
FieldMatcherFilter |
Filters layouts whose field conform to a given
regular expression.
|
FilterSelector |
Select a layout according to a chain of filters.
|
TypeFilter |
Filter layouts by theirs target bean type with exact match of class.
|
Copyright © 2014. All Rights Reserved.