Class TomcatCSS


  • public class TomcatCSS
    extends java.lang.Object
    Provides the default Tomcat CSS styles.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String TOMCAT_CSS
      The default CSS styles used by Tomcat error pages.
    • Constructor Summary

      Constructors 
      Constructor Description
      TomcatCSS()
      Constructs a new TomcatCSS.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • TOMCAT_CSS

        public static final java.lang.String TOMCAT_CSS
        The default CSS styles used by Tomcat error pages.
        See Also:
        Constant Field Values
    • Constructor Detail

      • TomcatCSS

        public TomcatCSS()
        Constructs a new TomcatCSS. This utility class should not be instantiated.