Class DecoratingListener

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

    @Deprecated
    public class DecoratingListener
    extends DecoratingListener
    Deprecated.
    This api is not supported anymore. Please do not use it.
    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.