Class ParameterFilter

java.lang.Object
de.cuioss.tools.net.ParameterFilter
All Implemented Interfaces:
Serializable

public class ParameterFilter extends Object implements 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 Details

  • Method Details

    • isExcluded

      public boolean isExcluded(String value)
      Parameters:
      value - as key of view parameter. Must not be null
      Returns:
      true if value belongs to excluded values