Uses of Class
com.aspectran.core.context.rule.params.FilterParameters
-
Packages that use FilterParameters Package Description com.aspectran.core.component.translet.scan com.aspectran.core.context.rule -
-
Uses of FilterParameters in com.aspectran.core.component.translet.scan
Methods in com.aspectran.core.component.translet.scan that return FilterParameters Modifier and Type Method Description FilterParametersTransletFileScanner. getFilterParameters()Methods in com.aspectran.core.component.translet.scan with parameters of type FilterParameters Modifier and Type Method Description voidTransletFileScanner. setFilterParameters(FilterParameters filterParameters) -
Uses of FilterParameters in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return FilterParameters Modifier and Type Method Description FilterParametersTransletRule. getFilterParameters()Gets the filter parameters.Methods in com.aspectran.core.context.rule with parameters of type FilterParameters Modifier and Type Method Description voidTransletRule. setFilterParameters(FilterParameters filterParameters)Sets the filter parameters.
-