Class DecoratingListener

  • All Implemented Interfaces:
    jakarta.servlet.ServletContextAttributeListener, java.util.EventListener

    public class DecoratingListener
    extends org.eclipse.jetty.servlet.DecoratingListener
    An extended org.eclipse.jetty.servlet.DecoratingListener. The context attribute "org.eclipse.jetty.webapp.DecoratingListener" if not set, is set to the name of the attribute this listener listens for.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DECORATOR_ATTRIBUTE  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void checkAndSetAttributeName()  
      • Methods inherited from class org.eclipse.jetty.servlet.DecoratingListener

        attributeAdded, attributeRemoved, attributeReplaced, getAttributeName, getServletContext
      • Methods inherited from class java.lang.Object

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

      • DECORATOR_ATTRIBUTE

        public static final java.lang.String DECORATOR_ATTRIBUTE
        See Also:
        Constant Field Values
    • Constructor Detail

      • DecoratingListener

        public DecoratingListener()
      • DecoratingListener

        public DecoratingListener​(java.lang.String attributeName)
      • DecoratingListener

        public DecoratingListener​(org.eclipse.jetty.servlet.ServletContextHandler context)
      • DecoratingListener

        public DecoratingListener​(org.eclipse.jetty.servlet.ServletContextHandler context,
                                  java.lang.String attributeName)
    • Method Detail

      • checkAndSetAttributeName

        protected void checkAndSetAttributeName()