Class DecoratingListener

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

    @Deprecated(since="2021-05-27")
    public class DecoratingListener
    extends DecoratingListener
    Deprecated.
    The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
    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 Detail

      • DECORATOR_ATTRIBUTE

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

      • DecoratingListener

        public DecoratingListener()
        Deprecated.
      • DecoratingListener

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

        public DecoratingListener​(ServletContextHandler context,
                                  java.lang.String attributeName)
        Deprecated.