Class NoticeUtil


  • public abstract class NoticeUtil
    extends java.lang.Object

    Abstract NoticeUtil class.

    Since:
    1.8.1
    Version:
    $Id: $
    Author:
    ranger
    • Constructor Summary

      Constructors 
      Constructor Description
      NoticeUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Filter getFilter​(java.lang.String filterString, javax.servlet.ServletContext servletContext)
      getFilter
      • Methods inherited from class java.lang.Object

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

      • NoticeUtil

        public NoticeUtil()
    • Method Detail

      • getFilter

        public static Filter getFilter​(java.lang.String filterString,
                                       javax.servlet.ServletContext servletContext)

        getFilter

        Parameters:
        filterString - a String object.
        Returns:
        a org$opennms$web$filter$Filter object.