Class ServletFilterUtil


  • public class ServletFilterUtil
    extends java.lang.Object
    Common logic that is used in servlet filters.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isEmpty​(java.lang.String string)
      Checks if servlet filter init parameter is empty.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ServletFilterUtil

        public ServletFilterUtil()
    • Method Detail

      • isEmpty

        public static boolean isEmpty​(java.lang.String string)
        Checks if servlet filter init parameter is empty.