java.lang.Object
de.cuioss.tools.net.ParameterFilter
- All Implemented Interfaces:
Serializable
Defines a filter identifying which parameters are not to be included within
url parameter handling. Therefore, it filters parameter prefixed with
"javax.faces", depending on
excludeFacesParameter and
additionally a given list of parameter names.- Author:
- Oliver Wolff
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ParameterFilter
public ParameterFilter()
-
-
Method Details
-
isExcluded
- Parameters:
value- as key of view parameter. Must not be null- Returns:
- true if value belongs to excluded values
-